Skip to content

Commit

Permalink
[2.9.x] assertj-core 3.25.3 (was 3.25.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mkurz committed Feb 28, 2024
1 parent 9cb4e73 commit 5e6af73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion play-java-jpa-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val root = (project in file("."))
"org.hibernate" % "hibernate-core" % "6.4.4.Final",
javaWs % "test",
"org.awaitility" % "awaitility" % "4.2.0" % "test",
"org.assertj" % "assertj-core" % "3.25.1" % "test",
"org.assertj" % "assertj-core" % "3.25.3" % "test",
"org.mockito" % "mockito-core" % "5.10.0" % "test",
),
Test / testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
Expand Down
2 changes: 1 addition & 1 deletion play-java-starter-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy val root = (project in file("."))
// Test Database
"com.h2database" % "h2" % "2.2.224",
// Testing libraries for dealing with CompletionStage...
"org.assertj" % "assertj-core" % "3.25.1" % Test,
"org.assertj" % "assertj-core" % "3.25.3" % Test,
"org.awaitility" % "awaitility" % "4.2.0" % Test,
),
javacOptions ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion play-java-websocket-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy val root = (project in file("."))
"org.webjars" % "flot" % "0.8.3",

// Testing libraries for dealing with CompletionStage...
"org.assertj" % "assertj-core" % "3.25.1" % Test,
"org.assertj" % "assertj-core" % "3.25.3" % Test,
"org.awaitility" % "awaitility" % "4.2.0" % Test,
),
LessKeys.compress := true,
Expand Down

0 comments on commit 5e6af73

Please sign in to comment.