From 4190d4eef3a95ca5e26abd54171bed38dfe8942f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:22:53 +0000 Subject: [PATCH] Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.2 to 42.7.3. - [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.2...REL42.7.3) --- 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 3ef7ad5..6a81462 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: '8.3.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.2' + implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3' testImplementation platform('org.junit:junit-bom:5.10.2') testImplementation group: "org.junit.jupiter", name: "junit-jupiter-api"