From 708dfacdc68e0b0a4d7c6c1b1a86616a0ff2ca79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:08:18 +0000 Subject: [PATCH] Bump org.postgresql:postgresql from 42.7.3 to 42.7.4 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.3 to 42.7.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.7.3...REL42.7.4) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1a68bce..8b3a9d6 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation group: 'net.sf', name: 'dbdeploy', version: '2.11.1' implementation group: 'com.mysql', name: 'mysql-connector-j', version: '9.0.0' implementation group: 'com.h2database', name: 'h2', version: '1.4.200' // Should match version at GoCD 20.5.0 release, since H2 dont guarantee backward compatiiblity - implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3' + implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4' testImplementation platform('org.junit:junit-bom:5.11.0') testImplementation group: "org.junit.jupiter", name: "junit-jupiter-api"