Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
chore(build): Bump testcontainers version. (#1723)
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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", |
|
|