Skip to content

Commit

Permalink
Update kafka to 1.17.3 (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 8, 2022
1 parent 33e0672 commit 65796a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ object Dependencies {
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.149"

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

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

0 comments on commit 65796a3

Please sign in to comment.