Skip to content

Commit 6ad590e

Browse files
committed
Update various testing dependencies
- Junit Jupiter to 5.13.1 - Hamcrest to 3.0 - Mockito to 5.17.0 - Testcontainers to 1.21.2 Resolves #1163 Signed-off-by: Chris Bono <[email protected]>
1 parent a16dd2b commit 6ad590e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ assertj = "3.27.3"
1818
awaitility = "4.3.0"
1919
jacoco = "0.8.9"
2020
json-path = "2.9.0"
21-
junit = "5.12.2"
22-
hamcrest = "2.2"
23-
mockito = "5.16.1"
21+
junit = "5.13.1"
22+
hamcrest = "3.0"
23+
mockito = "5.17.0"
2424
spring-dep-mgmt = "1.1.7"
2525
spring-boot = "4.0.0-SNAPSHOT"
2626
spring-boot-for-docs = "4.0.0-SNAPSHOT"
2727
spring-cloud-stream = "5.0.0-SNAPSHOT"
2828
spring-retry = "2.0.12"
2929
system-lambda = "1.2.1"
30-
testcontainers = "1.20.6"
30+
testcontainers = "1.21.2"
3131
# plugins
3232
antora = "1.0.0"
3333
antora-yml = "0.0.1"

0 commit comments

Comments
 (0)