Skip to content

Commit

Permalink
bump(testkit): testcontainers kafka 1.19.5 (was 1.19.1) (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 21, 2024
1 parent e436527 commit 91ea20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ val KafkaVersionForDocs = "35"
// This should align with the ScalaTest version used in the Akka testkit
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L44
val scalatestVersion = "3.2.16"
val testcontainersVersion = "1.19.1"
val testcontainersVersion = "1.19.5"
val slf4jVersion = "1.7.36"
// this depends on Kafka, and should be upgraded to such latest version
// that depends on the same Kafka version, as is defined above
Expand Down

0 comments on commit 91ea20b

Please sign in to comment.