Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#688)
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 Jan 27, 2025
1 parent 12638ef commit 2ea191f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ kotlinx = "1.10.1"
spring-boot = "2.7.18"
spring-framework = "5.3.39"
spring-framework-6x = "6.2.2"
spring-boot-3x = "3.4.1"
spring-boot-3x = "3.4.2"
spring-dependency-management = "1.1.7"
spring-kafka = "2.9.13"
spring-kafka-3x = "3.3.2"
couchbase-client = "3.7.7"
couchbase-client-metrics = "0.7.7"
couchbase-kotlin = "1.4.7"
jackson = "2.18.2"
arrow = "2.0.0"
arrow = "2.0.1"
arrowSuspendApp = "0.5.0"
arrow-jackson = "0.15.1"
io-reactor = "3.7.2"
Expand All @@ -29,7 +29,7 @@ koin = "4.0.2"
r2dbc-spi = "1.0.0.RELEASE"
r2dbc-postgresql = "0.8.13.RELEASE"
elastic = "8.17.1"
mongodb = "5.3.0"
mongodb = "5.3.1"
wiremock = "3.10.0"
testcontainers = "1.20.4"
r2dbc-mssql = "1.0.2.RELEASE"
Expand All @@ -38,15 +38,15 @@ detekt = "1.23.7"
wire = "5.2.1"
io-grpc = "1.70.0"
io-grpc-kotlin = "1.4.1"
google-protobuf = "3.25.5"
google-protobuf = "3.25.6"
gradle-release = "3.1.0"
nexusPublish = "2.0.0"
shadow = "8.1.1"
hoplite = "2.9.0"
junit = "5.11.4"
kotest = "6.0.0.M1"
mockito = "5.4.0"
quiver = "0.5.12"
quiver = "0.5.13"
akkurate = "0.11.0"
exposed = "0.58.0"
kotlinx-serialization = "1.8.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.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-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 @@ -7,13 +7,13 @@ quarkus = "3.18.0"
ktlint = "1.5.0"

# Spring-Boot
spring-boot = "3.4.1"
spring-boot = "3.4.2"
spring-framework = "6.2.2"
spring-dependency-management = "1.1.7"
spring-kafka = "3.3.2"

# arrow
arrow = "2.0.0"
arrow = "2.0.1"
arrow-jackson = "0.15.1"
arrowSuspendApp = "0.5.0"

Expand Down Expand Up @@ -54,7 +54,7 @@ r2dbc-mssql = "1.0.2.RELEASE"
elastic = "8.17.1"

# mongo
mongodb = "5.3.0"
mongodb = "5.3.1"

# 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.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 2ea191f

Please sign in to comment.