Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#596)
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 9, 2024
1 parent 1f3e458 commit 61033df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ spring-boot-3x = "3.3.4"
spring-dependency-management = "1.1.6"
spring-kafka = "2.9.13"
spring-kafka-3x = "3.2.4"
couchbase-client = "3.7.3"
couchbase-client-metrics = "0.7.3"
couchbase-kotlin = "1.4.3"
couchbase-client = "3.7.4"
couchbase-client-metrics = "0.7.4"
couchbase-kotlin = "1.4.4"
jackson = "2.18.0"
arrow = "1.2.4"
arrowSuspendApp = "0.4.0"
Expand Down
6 changes: 3 additions & 3 deletions recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ arrowSuspendApp = "0.4.0"
jackson = "2.18.0"

# Couchbase
couchbase-kotlin = "1.4.3"
couchbase-client = "3.7.3"
couchbase-client-metrics = "0.7.3"
couchbase-kotlin = "1.4.4"
couchbase-client = "3.7.4"
couchbase-client-metrics = "0.7.4"

# Kafka
kafka = "3.8.0"
Expand Down

0 comments on commit 61033df

Please sign in to comment.