From d1436100057b80722413d1ebf861dba6e738daff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 06:38:52 +0000 Subject: [PATCH] Bump postgresql from 42.2.15 to 42.2.16 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.15 to 42.2.16. - [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.15...REL42.2.16) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5d0c8b513a5..4652d29a32c 100644 --- a/build.gradle +++ b/build.gradle @@ -139,7 +139,7 @@ dependencies { implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.6.2' - implementation 'org.postgresql:postgresql:42.2.15' + implementation 'org.postgresql:postgresql:42.2.16' implementation ('com.oracle.ojdbc:ojdbc10:19.3.0.0') { // causing module issues