From 78bb62d70a1811b548f5dd164b5d33b6c5ec7102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 07:08:51 +0000 Subject: [PATCH] Bump org.postgresql:postgresql from 42.2.23 to 42.5.3 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.23 to 42.5.3. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.5.3/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.23...REL42.5.3) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- codegen/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b5f8af1..a6d59d8 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ subprojects { implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' testImplementation 'org.testcontainers:postgresql:1.16.0' - testImplementation 'org.postgresql:postgresql:42.2.23' + testImplementation 'org.postgresql:postgresql:42.5.3' testImplementation 'io.kotest:kotest-runner-junit5-jvm:4.6.2' testImplementation 'io.kotest:kotest-assertions-core-jvm:4.6.2' diff --git a/codegen/build.gradle b/codegen/build.gradle index a4742eb..fe7a863 100644 --- a/codegen/build.gradle +++ b/codegen/build.gradle @@ -8,7 +8,7 @@ dependencies { implementation project(":runtime") api project(":api") - api 'org.postgresql:postgresql:42.2.19' + api 'org.postgresql:postgresql:42.5.3' implementation 'com.squareup:kotlinpoet:1.9.0' implementation 'org.atteo:evo-inflector:1.3'