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 Oct 29, 2024
1 parent 57ee45f commit f49a7ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 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 f49a7ff

Please sign in to comment.