Skip to content

Commit

Permalink
Merge pull request #734 from playframework/renovate/assertj
Browse files Browse the repository at this point in the history
Update `org.assertj:assertj-core` to `v3.26.3` (was `3.26.0`)
  • Loading branch information
mkurz committed Aug 1, 2024
2 parents 22382f5 + 423b0b2 commit 9691818
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -5,7 +5,7 @@ junit = "4.13.2"
webjars-play = "3.0.0"
flot = "0.8.3-1"
bootstrap = "3.4.1"
assertj = "3.26.0"
assertj = "3.26.3"
awaitility = "4.2.1"

[libraries]
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 @@ -5,7 +5,7 @@ play-ebean = "8.3.0"
ebean = "15.1.0" # Sync with Play Ebean version https://github.com/playframework/play-ebean/blob/main/project/Dependencies.scala#L19
h2 = "2.2.224"
junit = "4.13.2"
assertj = "3.26.0"
assertj = "3.26.3"
awaitility = "4.2.1"
mockito = "5.12.0"

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 @@ -6,7 +6,7 @@ node = "7.0.2"
h2 = "2.2.224"
hibernate = "6.5.2.Final"
junit = "4.13.2"
assertj = "3.26.0"
assertj = "3.26.3"
awaitility = "4.2.1"
mockito = "5.12.0"

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 @@ -3,7 +3,7 @@ twirl = "2.0.7"
play = "3.1.0-d1f1b9f8-SNAPSHOT"
junit = "4.13.2"
h2 = "2.2.224"
assertj = "3.26.0"
assertj = "3.26.3"
awaitility = "4.2.1"

[libraries]
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 @@ -7,7 +7,7 @@ webjars-play = "3.0.0"
flot = "0.8.3-1"
bootstrap = "3.4.1"
junit = "4.13.2"
assertj = "3.26.0"
assertj = "3.26.3"
awaitility = "4.2.1"

[libraries]
Expand Down

0 comments on commit 9691818

Please sign in to comment.