From c79f9e0407a1721688b94073ee92b08ab2438bdf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 09:53:05 +0000 Subject: [PATCH] Bump postgresql from 42.2.5 to 42.2.12 in /modules/junit-jupiter Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.5 to 42.2.12. - [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.12) Signed-off-by: dependabot-preview[bot] --- modules/junit-jupiter/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/junit-jupiter/build.gradle b/modules/junit-jupiter/build.gradle index 7528820f5df..66c36a51b2d 100644 --- a/modules/junit-jupiter/build.gradle +++ b/modules/junit-jupiter/build.gradle @@ -9,7 +9,7 @@ dependencies { testCompile 'com.zaxxer:HikariCP:3.2.0' testCompile 'redis.clients:jedis:3.0.0' - testRuntime 'org.postgresql:postgresql:42.2.5' + testRuntime 'org.postgresql:postgresql:42.2.12' testRuntime 'mysql:mysql-connector-java:8.0.13' testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.3.2' }