From f6f76f7b3eb1468c49967b81de51799433c9c425 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 05:56:47 +0000 Subject: [PATCH] Bump postgresql from 1.15.1 to 1.15.3 Bumps [postgresql](https://github.com/testcontainers/testcontainers-java) from 1.15.1 to 1.15.3. - [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.3) 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 0fb6b6f3..4c9c0460 100644 --- a/build.gradle +++ b/build.gradle @@ -309,7 +309,7 @@ dependencies { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } - functionalTestCompile 'org.testcontainers:postgresql:1.15.1' + functionalTestCompile 'org.testcontainers:postgresql:1.15.3' 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