Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent f4e1629 commit 2dcee7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jackson = "2.17.2"
arrow = "1.2.4"
arrowSuspendApp = "0.4.0"
arrow-jackson = "0.14.1"
io-reactor = "3.6.9"
io-reactor = "3.6.10"
io-reactor-extensions = "1.2.3"
slf4j = "2.0.16"
kafka = "3.8.0"
Expand All @@ -34,7 +34,7 @@ testcontainers = "1.20.1"
r2dbc-mssql = "1.0.2.RELEASE"
spotless = "6.25.0"
detekt = "1.23.7"
wire = "5.0.0"
wire = "5.1.0"
io-grpc = "1.66.0"
io-grpc-kotlin = "1.4.1"
google-protobuf-kotlin = "4.28.0"
Expand All @@ -45,7 +45,7 @@ hoplite = "2.8.0.RC3"
junit = "5.11.0"
kotest = "5.9.1"
mockito = "5.4.0"
quiver = "0.5.9"
quiver = "0.5.11"
akkurate = "0.9.0"

[libraries]
Expand Down
4 changes: 2 additions & 2 deletions recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin = "2.0.20"
kotlinx = "1.8.1"
scala2x = "2.13.14"
scala3x = "3.4.1"
quarkus = "3.14.2"
quarkus = "3.14.3"

# Spring-Boot
spring-boot = "3.3.3"
Expand All @@ -29,7 +29,7 @@ kafka = "3.8.0"
kafka-kotlin = "0.4.0"

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

# Logging
Expand Down

0 comments on commit 2dcee7b

Please sign in to comment.