Align testcontainers with v1.15 in Gerrit
Change-Id: I69d239fbd7db85bcf33e4914eea6d78fe67a2275
diff --git a/BUILD b/BUILD
index db2462f..0a8e2d3 100644
--- a/BUILD
+++ b/BUILD
@@ -41,5 +41,7 @@
":kafka-events__plugin",
"@testcontainers-kafka//jar",
"//lib/testcontainers",
+ "//lib/testcontainers:docker-java-api",
+ "//lib/testcontainers:docker-java-transport",
],
)
diff --git a/external_plugin_deps.bzl b/external_plugin_deps.bzl
index bebcc4e..197cbed 100644
--- a/external_plugin_deps.bzl
+++ b/external_plugin_deps.bzl
@@ -9,6 +9,6 @@
maven_jar(
name = "testcontainers-kafka",
- artifact = "org.testcontainers:kafka:1.10.6",
- sha1 = "5984e31306bd6c84a36092cdd19e0ef7e2268d98",
+ artifact = "org.testcontainers:kafka:1.15.0",
+ sha1 = "d34760b11ab656e08b72c1e2e9b852f037a89f90",
)