Skip to content

Commit 3c22d78

Browse files
authored
Merge pull request #855 from playframework/update/2.9.x/assertj-core-3.27.3
[2.9.x] assertj-core 3.27.3 (was 3.26.3)
2 parents fa23daa + c99b0b1 commit 3c22d78

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
@@ -13,7 +13,7 @@ lazy val root = (project in file("."))
1313
"org.hibernate" % "hibernate-core" % "6.6.19.Final",
1414
javaWs % "test",
1515
"org.awaitility" % "awaitility" % "4.3.0" % "test",
16-
"org.assertj" % "assertj-core" % "3.26.3" % "test",
16+
"org.assertj" % "assertj-core" % "3.27.3" % "test",
1717
"org.mockito" % "mockito-core" % "5.18.0" % "test",
1818
),
1919
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
@@ -11,7 +11,7 @@ lazy val root = (project in file("."))
1111
// Test Database
1212
"com.h2database" % "h2" % "2.3.232",
1313
// Testing libraries for dealing with CompletionStage...
14-
"org.assertj" % "assertj-core" % "3.26.3" % Test,
14+
"org.assertj" % "assertj-core" % "3.27.3" % Test,
1515
"org.awaitility" % "awaitility" % "4.3.0" % Test,
1616
),
1717
javacOptions ++= Seq(

play-java-websocket-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.webjars" %% "webjars-play" % "2.9.1",
1313
"org.webjars" % "flot" % "0.8.3-1",
1414
"org.webjars" % "bootstrap" % "3.3.7-1",
15-
"org.assertj" % "assertj-core" % "3.26.3" % Test,
15+
"org.assertj" % "assertj-core" % "3.27.3" % Test,
1616
"org.awaitility" % "awaitility" % "4.3.0" % Test,
1717
),
1818
TwirlKeys.templateImports ++= Seq(

0 commit comments

Comments
 (0)