From cc9d01bf536d7f23ddc4656571040914c62836a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 11:31:32 +0000 Subject: [PATCH] Bump postgresql from 42.2.19 to 42.5.0 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.19 to 42.5.0. - [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.19...REL42.5.0) --- 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 15eb5c0d..5e2fd77b 100644 --- a/build.gradle +++ b/build.gradle @@ -226,7 +226,7 @@ dependencies { implementation group: 'com.microsoft.azure', name: 'applicationinsights-logging-logback', version: '2.6.3' implementation group: 'org.springframework.retry', name: 'spring-retry', version: '1.3.1' - implementation group: 'org.postgresql', name: 'postgresql', version: '42.2.19' + implementation group: 'org.postgresql', name: 'postgresql', version: '42.5.0' implementation group: 'org.apache.velocity', name: 'velocity', version: '1.7'