From 4da3d2a06776a28dbeb04f3b65d91db3d52eb158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 07:05:13 +0000 Subject: [PATCH] Bump postgresql from 42.2.18 to 42.5.0 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.18 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.18...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 bfecb8f..e676575 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ apply from: "${rootDir}/gradle/test.gradle" dependencies { annotationProcessor("org.springframework:spring-context-indexer:5.3.3") - compileOnly('org.postgresql:postgresql:42.2.18') + compileOnly('org.postgresql:postgresql:42.5.0') compileOnly('net.getnova.framework:nova-api:2.0.0') compileOnly('net.getnova.framework:nova-boot:2.0.0')