Skip to content

Commit

Permalink
Update dependencies for 2024-01 release train (#541)
Browse files Browse the repository at this point in the history
This commit updates various dependencies, including:
- Spring Framework 6.1.3
- Micrometer 1.12.2
- Micrometer Tracing 1.2.2
- Reactor 2023.0.2

Resolves #534
  • Loading branch information
onobc authored Jan 12, 2024
1 parent fe1e93e commit 1f26084
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ jackson = "2.15.3"
jsr305 = "3.0.2"
logback = "1.4.14"
log4j = "2.17.1"
micrometer = "1.12.1"
micrometer-docs-gen = "1.0.0"
micrometer-tracing = "1.2.1"
micrometer = "1.12.2"
micrometer-docs-gen = "1.0.2"
micrometer-tracing = "1.2.2"
protobuf = "3.21.5"
pulsar = "3.1.2"
pulsar-reactive = "0.5.1"
reactor = "2023.0.1"
spring = "6.1.2"
reactor = "2023.0.2"
spring = "6.1.3"
# tests
assertj = "3.24.2"
assertj = "3.25.1"
awaitility = "4.2.0"
jacoco = "0.8.9"
json-path = "2.8.0"
junit = "5.10.1"
hamcrest = "2.1"
mockito = "5.7.0"
hamcrest = "2.2"
mockito = "5.8.0"
spring-dep-mgmt = "1.1.4"
spring-boot = "3.2.2-SNAPSHOT"
spring-boot-for-docs = "3.2.2-SNAPSHOT"
Expand All @@ -33,12 +33,12 @@ testcontainers = "1.19.3"
# plugins
antora = "1.0.0"
antora-yml = "0.0.1"
download = "5.3.0"
grgit = "4.0.1"
download = "5.5.0"
grgit = "5.2.1"
nohttp = "0.0.11"
shadow = "7.1.2"
versions = "0.50.0"
version-catalog-update = "0.8.1"
version-catalog-update = "0.8.3"

[libraries]
# Product libs
Expand Down

0 comments on commit 1f26084

Please sign in to comment.