Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 65796a3

Browse files
Update kafka to 1.17.3 (#1223)
1 parent 33e0672 commit 65796a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ object Dependencies {
9797
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.149"
9898

9999
val scalaPbCompilerPlugin = "com.thesamet.scalapb" %% "compilerplugin" % scalapb.compiler.Version.scalapbVersion
100-
val testcontainersKafka = "org.testcontainers" % "kafka" % "1.17.2"
100+
val testcontainersKafka = "org.testcontainers" % "kafka" % "1.17.3"
101101
val asciigraphs = "com.github.mutcianm" %% "ascii-graphs" % "0.0.6"
102102

103103
val mavenPluginApi = "org.apache.maven" % "maven-plugin-api" % Versions.maven

0 commit comments

Comments
 (0)