Skip to content

Commit

Permalink
bump: junit-jupiter-api 5.10.4 (was 5.10.3) (#1778)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 30, 2024
1 parent 1da3efa commit 2fcc5c3
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 @@ -244,7 +244,7 @@ lazy val testkit = project
.settings(
name := "akka-stream-kafka-testkit",
AutomaticModuleName.settings("akka.stream.alpakka.kafka.testkit"),
JupiterKeys.junitJupiterVersion := "5.10.3",
JupiterKeys.junitJupiterVersion := "5.10.4",
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion,
"org.testcontainers" % "kafka" % testcontainersVersion % Provided,
Expand Down

0 comments on commit 2fcc5c3

Please sign in to comment.