Skip to content

Commit

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

0 comments on commit 1985c53

Please sign in to comment.