From 5743e8e1836e62a149548055ef69ad0a37cae1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:23:27 +0000 Subject: [PATCH] Bump org.postgresql:postgresql from 42.7.0 to 42.7.1 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.0 to 42.7.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.7.0...REL42.7.1) --- 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 319a067..727971c 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.2.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.0' + implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.1' testImplementation platform('org.junit:junit-bom:5.10.1') testImplementation group: "org.junit.jupiter", name: "junit-jupiter-api"