From 24ae1d3de73d4a356ddd03b818bdf2a5f1c504d2 Mon Sep 17 00:00:00 2001 From: Benjamin Geer Date: Fri, 2 Oct 2020 12:25:12 +0200 Subject: [PATCH] chore(build): Bump testcontainers version. (#1723) --- third_party/dependencies.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/dependencies.bzl b/third_party/dependencies.bzl index f997db9255..768b994dc7 100644 --- a/third_party/dependencies.bzl +++ b/third_party/dependencies.bzl @@ -122,7 +122,7 @@ def dependencies(): "com.typesafe.akka:akka-stream-testkit_2.12:%s" % (AKKA_VERSION), "com.typesafe.akka:akka-http-testkit_2.12:%s" % (AKKA_HTTP_VERSION), "org.scalatest:scalatest_2.12:3.1.2", - "org.testcontainers:testcontainers:1.14.3", + "org.testcontainers:testcontainers:1.15.0-rc2", "junit:junit:4.13", "io.gatling.highcharts:gatling-charts-highcharts:3.2.1", "io.gatling:gatling-test-framework:3.2.1",