Update various dependencies

- Mockito to 5.12.0
- Spring Retry to 2.0.6
- Testcontainers to 1.19.8
This commit is contained in:
Chris Bono
2024-05-19 20:57:57 -05:00
parent 1a4f2f359c
commit cbf25eaf06

View File

@@ -20,14 +20,14 @@ jacoco = "0.8.9"
json-path = "2.9.0"
junit = "5.10.2"
hamcrest = "2.2"
mockito = "5.11.0"
spring-dep-mgmt = "1.1.4"
mockito = "5.12.0"
spring-dep-mgmt = "1.1.5"
spring-boot = "3.2.6-SNAPSHOT"
spring-boot-for-docs = "3.2.6-SNAPSHOT"
spring-cloud-stream = "4.1.0"
spring-retry = "2.0.5"
spring-retry = "2.0.6"
system-lambda = "1.2.1"
testcontainers = "1.19.7"
testcontainers = "1.19.8"
# plugins
antora = "1.0.0"
antora-yml = "0.0.1"