Skip to content

Commit 2515395

Browse files
authored
Merge pull request #933 from playframework/renovate/main-assertj
Update `org.assertj:assertj-core` to `v3.27.7` (was `3.27.6`) (main)
2 parents 9b33ccc + c616c8b commit 2515395

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

java/chatroom/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ junit = "4.13.2"
55
webjars-play = "3.1.0-M1"
66
flot = "0.8.3-1"
77
bootstrap = "3.4.1"
8-
assertj = "3.27.6"
8+
assertj = "3.27.7"
99
awaitility = "4.3.0"
1010

1111
[libraries]

java/ebean/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ play-ebean = "9.0.0-M1"
55
ebean = "15.11.0" # Sync with Play Ebean version https://github.com/playframework/play-ebean/blob/main/project/Dependencies.scala#L19
66
h2 = "2.3.232"
77
junit = "4.13.2"
8-
assertj = "3.27.6"
8+
assertj = "3.27.7"
99
awaitility = "4.3.0"
1010
mockito = "5.18.0"
1111

java/jpa/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node = "7.1.0"
55
h2 = "2.3.232"
66
hibernate = "6.6.38.Final"
77
junit = "4.13.2"
8-
assertj = "3.27.6"
8+
assertj = "3.27.7"
99
awaitility = "4.3.0"
1010
mockito = "5.18.0"
1111

java/starter/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ twirl = "2.1.0-M5"
33
play = "3.1.0-M4"
44
junit = "4.13.2"
55
h2 = "2.3.232"
6-
assertj = "3.27.6"
6+
assertj = "3.27.7"
77
awaitility = "4.3.0"
88

99
[libraries]

java/websocket/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ webjars-play = "3.1.0-M1"
66
flot = "0.8.3-1"
77
bootstrap = "3.4.1"
88
junit = "4.13.2"
9-
assertj = "3.27.6"
9+
assertj = "3.27.7"
1010
awaitility = "4.3.0"
1111

1212
[libraries]

0 commit comments

Comments
 (0)