Skip to content

Commit

Permalink
bump: junit-jupiter-api 5.10.3 (was 5.10.2) (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 29, 2024
1 parent f7c4e5d commit 301458c
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.2",
JupiterKeys.junitJupiterVersion := "5.10.3",
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion,
"org.testcontainers" % "kafka" % testcontainersVersion % Provided,
Expand Down

0 comments on commit 301458c

Please sign in to comment.