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 08620de
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 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 All @@ -28,7 +28,7 @@ koin = "4.0.0"
r2dbc-spi = "1.0.0.RELEASE"
r2dbc-postgresql = "0.8.13.RELEASE"
elastic = "8.15.1"
mongodb = "5.1.4"
mongodb = "5.2.0"
wiremock = "3.9.1"
testcontainers = "1.20.1"
r2dbc-mssql = "1.0.2.RELEASE"
Expand All @@ -46,7 +46,7 @@ junit = "5.11.0"
kotest = "5.9.1"
mockito = "5.4.0"
quiver = "0.5.11"
akkurate = "0.9.1"
akkurate = "0.10.0"

[libraries]
kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
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
8 changes: 4 additions & 4 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 Expand Up @@ -52,7 +52,7 @@ r2dbc-mssql = "1.0.2.RELEASE"
elastic = "8.15.1"

# mongo
mongodb = "5.1.4"
mongodb = "5.2.0"

# Grpc
io-grpc = "1.63.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 08620de

Please sign in to comment.