From 853efac220d7c1ecd9feea3dbd7cb849213a8077 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 20 Jun 2019 05:45:43 +0000 Subject: [PATCH] Bump postgresql from 42.2.5 to 42.2.6 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.5 to 42.2.6. - [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.5...REL42.2.6) 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 2db03f600f6..a20c84f5a6e 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ dependencies { compile 'mysql:mysql-connector-java:8.0.16' - compile 'org.postgresql:postgresql:42.2.5' + compile 'org.postgresql:postgresql:42.2.6' compile 'net.java.dev.glazedlists:glazedlists_java15:1.9.1'