Skip to content

Commit

Permalink
Update org.awaitility:awaitility to v4.2.1 (was 4.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Jun 27, 2024
1 parent 68cd99a commit 6feb9ad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion java/chatroom/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ webjars-play = "3.0.0"
flot = "0.8.3-1"
bootstrap = "3.4.1"
assertj = "3.24.2"
awaitility = "4.2.0"
awaitility = "4.2.1"

[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
Expand Down
2 changes: 1 addition & 1 deletion java/ebean/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ play-ebean = "8.0.0-M1"
h2 = "2.2.224"
junit = "4.13.2"
assertj = "3.24.2"
awaitility = "4.2.0"
awaitility = "4.2.1"
mockito = "5.6.0"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion java/jpa/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ h2 = "2.2.224"
hibernate = "6.3.1.Final"
junit = "4.13.2"
assertj = "3.24.2"
awaitility = "4.2.0"
awaitility = "4.2.1"
mockito = "5.6.0"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion java/starter/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ play = "3.0.1-03969c1e-SNAPSHOT"
junit = "4.13.2"
h2 = "2.2.224"
assertj = "3.24.2"
awaitility = "4.2.0"
awaitility = "4.2.1"

[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
Expand Down
2 changes: 1 addition & 1 deletion java/websocket/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ flot = "0.8.3-1"
bootstrap = "3.4.1"
junit = "4.13.2"
assertj = "3.24.2"
awaitility = "4.2.0"
awaitility = "4.2.1"

[libraries]
flot = { group = "org.webjars", name = "flot", version.ref = "flot" }
Expand Down
2 changes: 1 addition & 1 deletion scala/websocket/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scalatestplus-play = "7.0.1"
flot = "0.8.3-1"
bootstrap = "3.4.1"
webjars-play = "3.0.0"
awaitility = "4.2.0"
awaitility = "4.2.1"
node = "7.0.1"

[libraries]
Expand Down

0 comments on commit 6feb9ad

Please sign in to comment.