Skip to content

Commit 0704781

Browse files
Bump org.postgresql:postgresql in /exoquery-sample-codegen-ai-ollama
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](pgjdbc/pgjdbc@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] <support@github.com>
1 parent f27e987 commit 0704781

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

exoquery-sample-codegen-ai-ollama/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kotlin {
2323

2424
dependencies {
2525
api("io.exoquery:exoquery-runner-jdbc:2.0.0.PL")
26-
implementation("org.postgresql:postgresql:42.7.8")
26+
implementation("org.postgresql:postgresql:42.7.9")
2727

2828
implementation("io.zonky.test:embedded-postgres:2.2.0")
2929
implementation("io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64:18.1.0")
@@ -64,7 +64,7 @@ tasks.named<KotlinCompile>("compileKotlin") {
6464
}
6565

6666
exoQuery {
67-
codegenDrivers.add("org.postgresql:postgresql:42.7.8")
67+
codegenDrivers.add("org.postgresql:postgresql:42.7.9")
6868
// If we are only rebuilding the entities, then always force regeneration
6969
forceRegen = onlyRegenEntities().get()
7070
enableCodegenAI = true

0 commit comments

Comments
 (0)