Skip to content

Commit cd5f50b

Browse files
upgrade assertj to the latest version (#3221)
1 parent ca29d5c commit cd5f50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlinBinaryCompatibilityPlugin = "0.13.1"
55
[libraries]
66
apacheCommonsLang3 = { module = "org.apache.commons:commons-lang3", version = "3.11" }
77
apacheCommonsPool2 = { module = "org.apache.commons:commons-pool2", version = "2.11.1" }
8-
assertj = { module = "org.assertj:assertj-core", version = "3.24.2" }
8+
assertj = { module = "org.assertj:assertj-core", version = "3.25.3" }
99
awaitility = { module = "org.awaitility:awaitility", version = "4.1.0" }
1010
awaitilityKotlin = { module = "org.awaitility:awaitility-kotlin", version = "4.1.0" }
1111
aws2Bom = { module = "software.amazon.awssdk:bom", version = "2.21.24" }

0 commit comments

Comments
 (0)