Skip to content

Commit 1c96e22

Browse files
committed
Update various dependencies
- Jackson to 2.17.1 - Logback to 1.5.6 - Mockito to 5.12.0 - Spring Retry to 2.0.6 - Testcontainers to 1.19.8
1 parent 9118117 commit 1c96e22

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
@@ -2,9 +2,9 @@
22
# product
33
caffeine = "3.1.8"
44
commons-compress = "1.26.1"
5-
jackson = "2.17.0"
5+
jackson = "2.17.1"
66
jsr305 = "3.0.2"
7-
logback = "1.5.5"
7+
logback = "1.5.6"
88
micrometer = "1.13.0"
99
micrometer-docs-gen = "1.0.2"
1010
micrometer-tracing = "1.3.0"
@@ -20,14 +20,14 @@ jacoco = "0.8.9"
2020
json-path = "2.9.0"
2121
junit = "5.10.2"
2222
hamcrest = "2.2"
23-
mockito = "5.11.0"
24-
spring-dep-mgmt = "1.1.4"
23+
mockito = "5.12.0"
24+
spring-dep-mgmt = "1.1.5"
2525
spring-boot = "3.3.0-SNAPSHOT"
2626
spring-boot-for-docs = "3.3.0-SNAPSHOT"
2727
spring-cloud-stream = "4.1.1"
28-
spring-retry = "2.0.5"
28+
spring-retry = "2.0.6"
2929
system-lambda = "1.2.1"
30-
testcontainers = "1.19.7"
30+
testcontainers = "1.19.8"
3131
# plugins
3232
antora = "1.0.0"
3333
antora-yml = "0.0.1"

0 commit comments

Comments
 (0)