Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 2b0dd36 commit a03a69b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.2"
couchbase-client-metrics = "0.7.2"
couchbase-kotlin = "1.4.2"
couchbase-client = "3.7.3"
couchbase-client-metrics = "0.7.3"
couchbase-kotlin = "1.4.3"
jackson = "2.17.2"
arrow = "1.2.4"
arrowSuspendApp = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
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.17.2"

# Couchbase
couchbase-kotlin = "1.4.2"
couchbase-client = "3.7.2"
couchbase-client-metrics = "0.7.2"
couchbase-kotlin = "1.4.3"
couchbase-client = "3.7.3"
couchbase-client-metrics = "0.7.3"

# Kafka
kafka = "3.8.0"
Expand Down
2 changes: 1 addition & 1 deletion recipes/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit a03a69b

Please sign in to comment.