From 859da9f14bbe6913e23ef0b000b1ff61686bdf6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 01:06:29 +0000 Subject: [PATCH] Bump postgresql from 42.2.18 to 42.4.2 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.18 to 42.4.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.2.18...REL42.4.2) --- 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 b2e56d9..d23d759 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } - compile group: 'org.postgresql', name: 'postgresql', version: '42.2.18' + compile group: 'org.postgresql', name: 'postgresql', version: '42.4.2' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation group: 'io.springfox', name: 'springfox-boot-starter', version: '3.0.0' implementation group: 'io.springfox', name: 'springfox-swagger-ui', version: '3.0.0'