Skip to content

Commit

Permalink
bump: junit-jupiter-api 5.10.0 (was 5.9.3) (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 23, 2023
1 parent f4b6563 commit cfc47f4
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 @@ -239,7 +239,7 @@ lazy val testkit = project
.settings(
name := "akka-stream-kafka-testkit",
AutomaticModuleName.settings("akka.stream.alpakka.kafka.testkit"),
JupiterKeys.junitJupiterVersion := "5.9.3",
JupiterKeys.junitJupiterVersion := "5.10.0",
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion,
"org.testcontainers" % "kafka" % testcontainersVersion % Provided,
Expand Down

0 comments on commit cfc47f4

Please sign in to comment.