From ab03c309f4bfc6ec80bfa19350c13306fb94cb5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 07:03:19 +0000 Subject: [PATCH] Bump postgresql from 42.2.23 to 42.5.1 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.23 to 42.5.1. - [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.1) --- 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..070109f 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.1' 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..f2bc489 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.1' implementation 'com.squareup:kotlinpoet:1.9.0' implementation 'org.atteo:evo-inflector:1.3'