From 730e660240fc15ca95cc100e0cf63097da48f4fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 05:28:56 +0000 Subject: [PATCH] Bump org.postgresql:postgresql from 42.7.1 to 42.7.2 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.1 to 42.7.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.7.1...REL42.7.2) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a5ce087..1319a75 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { runtimeOnly("net.logstash.logback:logstash-logback-encoder:7.4") runtimeOnly("ch.qos.logback:logback-classic:1.5.0") - runtimeOnly("org.postgresql:postgresql:42.7.1") + runtimeOnly("org.postgresql:postgresql:42.7.2") testImplementation(platform("org.junit:junit-bom:5.10.2")) testRuntimeOnly("org.junit.jupiter:junit-jupiter")