Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#619)
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 Oct 29, 2024
1 parent 57ee45f commit 489f500
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spring-kafka-3x = "3.2.4"
couchbase-client = "3.7.4"
couchbase-client-metrics = "0.7.4"
couchbase-kotlin = "1.4.4"
jackson = "2.18.0"
jackson = "2.18.1"
arrow = "1.2.4"
arrowSuspendApp = "0.4.0"
arrow-jackson = "0.14.1"
Expand All @@ -35,7 +35,7 @@ r2dbc-mssql = "1.0.2.RELEASE"
spotless = "6.25.0"
detekt = "1.23.7"
wire = "5.1.0"
io-grpc = "1.68.0"
io-grpc = "1.68.1"
io-grpc-kotlin = "1.4.1"
google-protobuf-kotlin = "4.28.3"
gradle-release = "3.0.2"
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 @@ -17,7 +17,7 @@ arrow-jackson = "0.14.1"
arrowSuspendApp = "0.4.0"

# Jackson
jackson = "2.18.0"
jackson = "2.18.1"

# Couchbase
couchbase-kotlin = "1.4.4"
Expand All @@ -41,7 +41,7 @@ ktor = "2.3.12"
koin = "4.0.0"
koin-annotations = "1.4.0"

cohort = "2.5.1"
cohort = "2.6.0"

# R2DBC
r2dbc-spi = "1.0.0.RELEASE"
Expand Down

0 comments on commit 489f500

Please sign in to comment.