From 4d6e8f9bacc1cf57ac1ff251ca2bca90f7f1242e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:39:25 +0000 Subject: [PATCH] Bump org.postgresql:postgresql in /exoquery-sample-codegen-ai Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.8 to 42.7.9. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.8...REL42.7.9) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- exoquery-sample-codegen-ai/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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