From c989f4fb55d6c66f33fd79cfec8f06acf25fe068 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 14:48:43 +0000 Subject: [PATCH] Update testcontainers-scala-kafka to 0.41.5 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3bbcaa07..61d6925c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ object Dependencies { val `config-tools` = "com.evolutiongaming" %% "config-tools" % "1.0.5" val `future-helper` = "com.evolutiongaming" %% "future-helper" % "1.0.7" val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.11.0" - val `testcontainers-kafka` = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.41.0" + val `testcontainers-kafka` = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.41.5" val `play-json-jsoniter` = "com.evolution" %% "play-json-jsoniter" % "1.1.1" val `scala-java8-compat` = "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" val `collection-compat` = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"