Skip to content

Commit 5aeb67a

Browse files
authored
Update deps for 2024-02 release train
- spring framework 6.1.4 - micrometer 1.12.3 - tracing 1.2.3 - reactor 2023.0.3 Resolves #570
1 parent 89dbb13 commit 5aeb67a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ caffeine = "3.1.8"
55
jackson = "2.15.3"
66
jsr305 = "3.0.2"
77
logback = "1.4.14"
8-
micrometer = "1.12.3-SNAPSHOT"
8+
micrometer = "1.12.3"
99
micrometer-docs-gen = "1.0.2"
10-
micrometer-tracing = "1.2.3-SNAPSHOT"
10+
micrometer-tracing = "1.2.3"
1111
protobuf = "3.21.5"
1212
pulsar = "3.1.2"
1313
pulsar-reactive = "0.5.2"
14-
reactor = "2023.0.2"
15-
spring = "6.1.4-SNAPSHOT"
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,16 +27,16 @@ spring-boot-for-docs = "3.2.3-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"
3434
download = "5.5.0"
3535
grgit = "5.2.1"
3636
nohttp = "0.0.11"
3737
shadow = "7.1.2"
38-
versions = "0.50.0"
39-
version-catalog-update = "0.8.3"
38+
versions = "0.51.0"
39+
version-catalog-update = "0.8.4"
4040

4141
[libraries]
4242
# Product libs

0 commit comments

Comments
 (0)