From 8f9ebfe563be6177424721a919ec2d1ce4d4ccf2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 22:26:31 +0100 Subject: [PATCH] Bump postgresql from 42.2.9 to 42.2.10 (#5930) Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.9 to 42.2.10. - [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.9...REL42.2.10) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e567e88ca8b..a56965e0f67 100644 --- a/build.gradle +++ b/build.gradle @@ -142,7 +142,7 @@ dependencies { compile group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.5.4' - compile 'org.postgresql:postgresql:42.2.9' + compile 'org.postgresql:postgresql:42.2.10' compile ('com.oracle.ojdbc:ojdbc10:19.3.0.0') { // causing module issues