Skip to content

Commit fa23daa

Browse files
authored
Merge pull request #856 from playframework/update/2.9.x/awaitility-4.3.0
[2.9.x] awaitility 4.3.0 (was 4.2.2)
2 parents 0dc92b0 + bd1b7eb commit fa23daa

4 files changed

Lines changed: 4 additions & 4 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
"com.h2database" % "h2" % "2.3.232",
1313
"org.hibernate" % "hibernate-core" % "6.6.19.Final",
1414
javaWs % "test",
15-
"org.awaitility" % "awaitility" % "4.2.2" % "test",
15+
"org.awaitility" % "awaitility" % "4.3.0" % "test",
1616
"org.assertj" % "assertj-core" % "3.26.3" % "test",
1717
"org.mockito" % "mockito-core" % "5.18.0" % "test",
1818
),

play-java-starter-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
"com.h2database" % "h2" % "2.3.232",
1313
// Testing libraries for dealing with CompletionStage...
1414
"org.assertj" % "assertj-core" % "3.26.3" % Test,
15-
"org.awaitility" % "awaitility" % "4.2.2" % Test,
15+
"org.awaitility" % "awaitility" % "4.3.0" % Test,
1616
),
1717
javacOptions ++= Seq(
1818
"-encoding", "UTF-8",

play-java-websocket-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.webjars" % "flot" % "0.8.3-1",
1414
"org.webjars" % "bootstrap" % "3.3.7-1",
1515
"org.assertj" % "assertj-core" % "3.26.3" % Test,
16-
"org.awaitility" % "awaitility" % "4.2.2" % Test,
16+
"org.awaitility" % "awaitility" % "4.3.0" % Test,
1717
),
1818
TwirlKeys.templateImports ++= Seq(
1919
"views.html.helper.CSPNonce"

play-scala-websocket-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.webjars" % "flot" % "0.8.3-1",
1414
"org.webjars" % "bootstrap" % "3.3.7-1",
1515
"org.scalatestplus.play" %% "scalatestplus-play" % "6.0.2" % Test,
16-
"org.awaitility" % "awaitility" % "4.2.2" % Test,
16+
"org.awaitility" % "awaitility" % "4.3.0" % Test,
1717
),
1818
TwirlKeys.templateImports ++= Seq(
1919
"views.html.helper.CSPNonce"

0 commit comments

Comments
 (0)