From b6b3017c89f030f2ef593625a9a2285fc6b5ee60 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Aug 2024 17:30:20 +0000 Subject: [PATCH] [3.0.x] awaitility 4.2.2 (was 4.2.1) --- play-java-jpa-example/build.sbt | 2 +- play-java-starter-example/build.sbt | 2 +- play-java-websocket-example/build.sbt | 2 +- play-scala-websocket-example/build.sbt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/play-java-jpa-example/build.sbt b/play-java-jpa-example/build.sbt index c3d196030..e208c512a 100644 --- a/play-java-jpa-example/build.sbt +++ b/play-java-jpa-example/build.sbt @@ -12,7 +12,7 @@ lazy val root = (project in file(".")) "com.h2database" % "h2" % "2.3.232", "org.hibernate" % "hibernate-core" % "6.6.0.Final", javaWs % "test", - "org.awaitility" % "awaitility" % "4.2.1" % "test", + "org.awaitility" % "awaitility" % "4.2.2" % "test", "org.assertj" % "assertj-core" % "3.26.3" % "test", "org.mockito" % "mockito-core" % "5.13.0" % "test", ), diff --git a/play-java-starter-example/build.sbt b/play-java-starter-example/build.sbt index f927f1cfe..48cb80c35 100644 --- a/play-java-starter-example/build.sbt +++ b/play-java-starter-example/build.sbt @@ -12,7 +12,7 @@ lazy val root = (project in file(".")) "com.h2database" % "h2" % "2.3.232", // Testing libraries for dealing with CompletionStage... "org.assertj" % "assertj-core" % "3.26.3" % Test, - "org.awaitility" % "awaitility" % "4.2.1" % Test, + "org.awaitility" % "awaitility" % "4.2.2" % Test, ), javacOptions ++= Seq( "-encoding", "UTF-8", diff --git a/play-java-websocket-example/build.sbt b/play-java-websocket-example/build.sbt index d94d0b853..7f4735d65 100644 --- a/play-java-websocket-example/build.sbt +++ b/play-java-websocket-example/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) "org.webjars" % "flot" % "0.8.3-1", "org.webjars" % "bootstrap" % "3.3.7-1", "org.assertj" % "assertj-core" % "3.26.3" % Test, - "org.awaitility" % "awaitility" % "4.2.1" % Test, + "org.awaitility" % "awaitility" % "4.2.2" % Test, ), TwirlKeys.templateImports ++= Seq( "views.html.helper.CSPNonce" diff --git a/play-scala-websocket-example/build.sbt b/play-scala-websocket-example/build.sbt index ac837adab..4812826f6 100644 --- a/play-scala-websocket-example/build.sbt +++ b/play-scala-websocket-example/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) "org.webjars" % "flot" % "0.8.3-1", "org.webjars" % "bootstrap" % "3.3.7-1", "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test, - "org.awaitility" % "awaitility" % "4.2.1" % Test, + "org.awaitility" % "awaitility" % "4.2.2" % Test, ), TwirlKeys.templateImports ++= Seq( "views.html.helper.CSPNonce"