Skip to content

Commit 2e5acb6

Browse files
committed
Update various test libs versions
This updates the following test libs to later versions: - assertj from 3.26.3 to 3.27.3 - awaitility from 4.2.2 to 4.3.0 - junit from 5.12.0 to 5.12.1 - mockito from 5.12.0 to 5.16.1 - testcontainers from 1.19.8 to 1.20.6 - versions plugin from 0.51.0 to 0.52.0
1 parent a1e639e commit 2e5acb6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ pulsar-reactive = "0.5.10"
1414
reactor = "2024.0.4"
1515
spring = "6.2.4"
1616
# tests
17-
assertj = "3.26.3"
18-
awaitility = "4.2.2"
17+
assertj = "3.27.3"
18+
awaitility = "4.3.0"
1919
jacoco = "0.8.9"
2020
json-path = "2.9.0"
21-
junit = "5.12.0"
21+
junit = "5.12.1"
2222
hamcrest = "2.2"
23-
mockito = "5.12.0"
23+
mockito = "5.16.1"
2424
spring-dep-mgmt = "1.1.7"
2525
spring-boot = "3.4.4-SNAPSHOT"
2626
spring-boot-for-docs = "3.4.4-SNAPSHOT"
2727
spring-cloud-stream = "4.2.0-SNAPSHOT"
2828
spring-retry = "2.0.11"
2929
system-lambda = "1.2.1"
30-
testcontainers = "1.19.8"
30+
testcontainers = "1.20.6"
3131
# plugins
3232
antora = "1.0.0"
3333
antora-yml = "0.0.1"
3434
download = "5.6.0"
3535
grgit = "5.2.2"
3636
nohttp = "0.0.11"
3737
shadow = "8.1.1"
38-
versions = "0.51.0"
38+
versions = "0.52.0"
3939
version-catalog-update = "0.8.5"
4040

4141
[libraries]

0 commit comments

Comments
 (0)