Skip to content

Commit 6ae2939

Browse files
authored
Merge pull request #501 from scala-steward/update/assertj-core-3.25.1
assertj-core 3.25.1 (was 3.24.2)
2 parents 6a2e86d + a2ea0b6 commit 6ae2939

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

play-java-jpa-example/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lazy val root = (project in file("."))
1212
"org.hibernate" % "hibernate-core" % "6.3.2.Final",
1313
javaWs % "test",
1414
"org.awaitility" % "awaitility" % "4.2.0" % "test",
15-
"org.assertj" % "assertj-core" % "3.24.2" % "test",
15+
"org.assertj" % "assertj-core" % "3.25.1" % "test",
1616
"org.mockito" % "mockito-core" % "5.8.0" % "test",
1717
),
1818
Test / testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),

play-java-starter-example/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lazy val root = (project in file("."))
1010
// Test Database
1111
"com.h2database" % "h2" % "2.2.224",
1212
// Testing libraries for dealing with CompletionStage...
13-
"org.assertj" % "assertj-core" % "3.24.2" % Test,
13+
"org.assertj" % "assertj-core" % "3.25.1" % Test,
1414
"org.awaitility" % "awaitility" % "4.2.0" % Test,
1515
),
1616
javacOptions ++= Seq(

play-java-websocket-example/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lazy val root = (project in file("."))
1515
"org.webjars" % "flot" % "0.8.3",
1616

1717
// Testing libraries for dealing with CompletionStage...
18-
"org.assertj" % "assertj-core" % "3.24.2" % Test,
18+
"org.assertj" % "assertj-core" % "3.25.1" % Test,
1919
"org.awaitility" % "awaitility" % "4.2.0" % Test,
2020
),
2121
LessKeys.compress := true,

0 commit comments

Comments
 (0)