From a1faddb4b107acb5f2e61715ffce8ecac84c2736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 20:07:39 +0000 Subject: [PATCH] build(deps): bump testcontainers-bom from 1.15.0 to 1.15.3 Bumps [testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.15.0 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.0...1.15.3) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a855ac1..534a510 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ allprojects { mavenBom "com.google.protobuf:protobuf-bom:${protobuf_version}" mavenBom "io.grpc:grpc-bom:1.21.1" mavenBom "org.spockframework:spock-bom:2.0-M4-groovy-2.5" - mavenBom "org.testcontainers:testcontainers-bom:1.15.0" + mavenBom "org.testcontainers:testcontainers-bom:1.15.3" } }