From c99b0b189e8d4afaddbe55abac7c30f4bdeaf03b Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 5 Jul 2025 01:13:30 +0200 Subject: [PATCH] [2.9.x] assertj-core 3.27.3 (was 3.26.3) --- play-java-jpa-example/build.sbt | 2 +- play-java-starter-example/build.sbt | 2 +- play-java-websocket-example/build.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/play-java-jpa-example/build.sbt b/play-java-jpa-example/build.sbt index 6cf007b7c..2a4b05118 100644 --- a/play-java-jpa-example/build.sbt +++ b/play-java-jpa-example/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) "org.hibernate" % "hibernate-core" % "6.6.19.Final", javaWs % "test", "org.awaitility" % "awaitility" % "4.3.0" % "test", - "org.assertj" % "assertj-core" % "3.26.3" % "test", + "org.assertj" % "assertj-core" % "3.27.3" % "test", "org.mockito" % "mockito-core" % "5.18.0" % "test", ), Test / testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"), diff --git a/play-java-starter-example/build.sbt b/play-java-starter-example/build.sbt index 571222e84..65e192ef5 100644 --- a/play-java-starter-example/build.sbt +++ b/play-java-starter-example/build.sbt @@ -11,7 +11,7 @@ lazy val root = (project in file(".")) // Test Database "com.h2database" % "h2" % "2.3.232", // Testing libraries for dealing with CompletionStage... - "org.assertj" % "assertj-core" % "3.26.3" % Test, + "org.assertj" % "assertj-core" % "3.27.3" % Test, "org.awaitility" % "awaitility" % "4.3.0" % Test, ), javacOptions ++= Seq( diff --git a/play-java-websocket-example/build.sbt b/play-java-websocket-example/build.sbt index 2b49970eb..014b8d895 100644 --- a/play-java-websocket-example/build.sbt +++ b/play-java-websocket-example/build.sbt @@ -12,7 +12,7 @@ lazy val root = (project in file(".")) "org.webjars" %% "webjars-play" % "2.9.1", "org.webjars" % "flot" % "0.8.3-1", "org.webjars" % "bootstrap" % "3.3.7-1", - "org.assertj" % "assertj-core" % "3.26.3" % Test, + "org.assertj" % "assertj-core" % "3.27.3" % Test, "org.awaitility" % "awaitility" % "4.3.0" % Test, ), TwirlKeys.templateImports ++= Seq(