From aab62a5a8399aa6a73f72fde01f59668760b491e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 12:01:48 +0530 Subject: [PATCH] Bump postgresql from 1.12.5 to 1.14.0 (#23) Bumps [postgresql](https://github.com/testcontainers/testcontainers-java) from 1.12.5 to 1.14.0. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.12.5...1.14.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0369341..100b0d3 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ subprojects { testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'org.jetbrains.kotlin:kotlin-test-junit5' testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.4.2' - testCompile 'org.testcontainers:postgresql:1.12.5' + testCompile 'org.testcontainers:postgresql:1.14.0' testCompile 'postgresql:postgresql:9.1-901-1.jdbc4' }