From 9d828c8a2b8e04705a48a1b8d0533931bf4c0d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 07:58:10 +0000 Subject: [PATCH] Bump org.postgresql:postgresql from 42.2.23 to 42.5.4 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.23 to 42.5.4. - [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.2.23...REL42.5.4) --- 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..28e2c1d 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.4' 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..eec266c 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.4' implementation 'com.squareup:kotlinpoet:1.9.0' implementation 'org.atteo:evo-inflector:1.3'