From dc7ecb9413794fca6353734274134b0d7f3dabc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Mej=C3=ADa?= Date: Fri, 11 Dec 2020 11:49:51 +0100 Subject: [PATCH] [BEAM-9196] Update testcontainers to 1.15.1 --- .../main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy index f5070639055e..15416638cd5f 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -448,7 +448,7 @@ class BeamModulePlugin implements Plugin { def slf4j_version = "1.7.30" def spark_version = "2.4.7" def spotbugs_version = "4.0.6" - def testcontainers_version = "1.15.0-rc2" + def testcontainers_version = "1.15.1" // A map of maps containing common libraries used per language. To use: // dependencies {