From db89f0de92e658d3635148053fcaa80b6434eefb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 05:58:12 +0000 Subject: [PATCH] Bump postgresql from 1.15.1 to 1.15.2 Bumps [postgresql](https://github.com/testcontainers/testcontainers-java) from 1.15.1 to 1.15.2. - [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.15.1...1.15.2) 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 c3cfb250..061ad79d 100644 --- a/build.gradle +++ b/build.gradle @@ -293,7 +293,7 @@ dependencies { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } - functionalTestCompile 'org.testcontainers:postgresql:1.15.1' + functionalTestCompile 'org.testcontainers:postgresql:1.15.2' functionalTestCompile 'org.testcontainers:junit-jupiter:1.15.1' functionalTestCompile 'com.ninja-squad:DbSetup:2.1.0' functionalTestCompile group: 'uk.gov.hmcts.reform.mi', name: 'mi-core-lib', version: versions.miCoreLib