Skip to content

Commit b40a296

Browse files
authored
Update deps for 2024-02 release train (#578)
- spring framework 6.1.4 - micrometer 1.13.0-M1 - tracing 1.3.0-M1 - reactor 2023.0.3 Resolves #569
1 parent 0e95f3c commit b40a296

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

gradle/libs.versions.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[versions]
22
# product
3-
brave = "5.16.0"
3+
brave = "5.17.1"
44
caffeine = "3.1.8"
55
jackson = "2.16.1"
66
jsr305 = "3.0.2"
77
logback = "1.4.14"
8-
micrometer = "1.13.0-SNAPSHOT"
8+
micrometer = "1.13.0-M1"
99
micrometer-docs-gen = "1.0.2"
10-
micrometer-tracing = "1.3.0-SNAPSHOT"
11-
protobuf = "3.25.2"
10+
micrometer-tracing = "1.3.0-M1"
11+
protobuf = "3.25.3"
1212
pulsar = "3.2.0"
1313
pulsar-reactive = "0.5.2"
14-
reactor = "2023.0.2"
15-
spring = "6.1.3"
14+
reactor = "2023.0.3"
15+
spring = "6.1.4"
1616
# tests
17-
assertj = "3.25.2"
17+
assertj = "3.25.3"
1818
awaitility = "4.2.0"
1919
jacoco = "0.8.9"
2020
json-path = "2.9.0"
21-
junit = "5.10.1"
21+
junit = "5.10.2"
2222
hamcrest = "2.2"
2323
mockito = "5.10.0"
2424
spring-dep-mgmt = "1.1.4"
@@ -27,7 +27,7 @@ spring-boot-for-docs = "3.3.0-SNAPSHOT"
2727
spring-cloud-stream = "4.1.0"
2828
spring-retry = "2.0.5"
2929
system-lambda = "1.2.1"
30-
testcontainers = "1.19.4"
30+
testcontainers = "1.19.5"
3131
# plugins
3232
antora = "1.0.0"
3333
antora-yml = "0.0.1"
@@ -36,7 +36,7 @@ grgit = "5.2.1"
3636
nohttp = "0.0.11"
3737
shadow = "8.1.1"
3838
versions = "0.51.0"
39-
version-catalog-update = "0.8.3"
39+
version-catalog-update = "0.8.4"
4040

4141
[libraries]
4242
# Product libs

0 commit comments

Comments
 (0)