From 3da752522092db756fce3359306968d57898638a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 07:05:59 +0000 Subject: [PATCH] Bump org.postgresql:postgresql from 42.2.23 to 42.5.2 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.23 to 42.5.2. - [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.2) --- 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..4626f38 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.2' 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..5eef3e6 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.2' implementation 'com.squareup:kotlinpoet:1.9.0' implementation 'org.atteo:evo-inflector:1.3'