Skip to content

Commit

Permalink
bump: junit-jupiter-api 5.10.5 (was 5.10.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 28, 2024
1 parent 275077c commit 7760e29
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 @@ -242,7 +242,7 @@ lazy val testkit = project
.settings(
name := "akka-stream-kafka-testkit",
AutomaticModuleName.settings("akka.stream.alpakka.kafka.testkit"),
JupiterKeys.junitJupiterVersion := "5.10.4",
JupiterKeys.junitJupiterVersion := "5.10.5",
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion,
"org.testcontainers" % "kafka" % testcontainersVersion % Provided,
Expand Down

0 comments on commit 7760e29

Please sign in to comment.