diff --git a/sqlc-kotlin/build.gradle.kts b/sqlc-kotlin/build.gradle.kts index 2cd47b3..794ace8 100644 --- a/sqlc-kotlin/build.gradle.kts +++ b/sqlc-kotlin/build.gradle.kts @@ -10,7 +10,7 @@ repositories { } dependencies { - runtimeOnly("org.postgresql:postgresql:42.7.5") + runtimeOnly("org.postgresql:postgresql:42.7.10") testImplementation(kotlin("test")) }