diff --git a/exoquery-sample-codegen-ai/build.gradle.kts b/exoquery-sample-codegen-ai/build.gradle.kts index 6c9f26c..0f3f2dc 100644 --- a/exoquery-sample-codegen-ai/build.gradle.kts +++ b/exoquery-sample-codegen-ai/build.gradle.kts @@ -23,7 +23,7 @@ kotlin { dependencies { api("io.exoquery:exoquery-runner-jdbc:2.0.0.PL") - implementation("org.postgresql:postgresql:42.7.8") + implementation("org.postgresql:postgresql:42.7.9") implementation("io.zonky.test:embedded-postgres:2.2.0") implementation("io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64:18.1.0") @@ -64,7 +64,7 @@ tasks.named("compileKotlin") { } exoQuery { - codegenDrivers.add("org.postgresql:postgresql:42.7.8") + codegenDrivers.add("org.postgresql:postgresql:42.7.9") // If we are only rebuilding the entities, then always force regeneration forceRegen = onlyRegenEntities().get() enableCodegenAI = true