Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#558)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent dcc8fda commit 90971cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "2.0.10"
kotlinx = "1.8.1"
spring-boot = "2.7.18"
spring-framework = "5.3.37"
spring-framework = "5.3.38"
spring-framework-6x = "6.1.11"
spring-boot-3x = "3.3.2"
spring-dependency-management = "1.1.6"
Expand All @@ -16,7 +16,7 @@ arrow = "1.2.4"
arrowSuspendApp = "0.4.0"
arrow-jackson = "0.14.1"
io-reactor = "3.6.9"
io-reactor-extensions = "1.2.2"
io-reactor-extensions = "1.2.3"
slf4j = "2.0.16"
kafka = "3.8.0"
kafka-kotlin = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kafka-kotlin = "0.4.0"

# Reactor
io-reactor = "3.6.9"
io-reactor-extensions = "1.2.2"
io-reactor-extensions = "1.2.3"

# Logging
slf4j = "2.0.16"
Expand Down

0 comments on commit 90971cc

Please sign in to comment.