Skip to content

Commit

Permalink
junit-jupiter 1.20.1 (was 1.20.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 29, 2024
1 parent cf02926 commit 1e5b412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Dependencies {
"org.apache.cxf" % "cxf-rt-transports-http-hc5" % Versions.CXF % Test,
"com.typesafe.play" %% "play" % Versions.Play % Test, // TODO: remove
"net.aichler" % "jupiter-interface" % jupiterVersion.value % Test,
"org.testcontainers" % "junit-jupiter" % "1.20.0" % Test,
"org.testcontainers" % "junit-jupiter" % "1.20.1" % Test,
"org.assertj" % "assertj-core" % "3.26.3" % Test
)

Expand Down

0 comments on commit 1e5b412

Please sign in to comment.