Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#686)
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 22, 2025
1 parent 48b0099 commit 71a1923
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ spring-framework-6x = "6.2.2"
spring-boot-3x = "3.4.1"
spring-dependency-management = "1.1.7"
spring-kafka = "2.9.13"
spring-kafka-3x = "3.3.1"
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"
arrowSuspendApp = "0.4.0"
arrow-jackson = "0.14.1"
arrowSuspendApp = "0.5.0"
arrow-jackson = "0.15.1"
io-reactor = "3.7.2"
io-reactor-extensions = "1.2.3"
slf4j = "2.0.16"
Expand All @@ -25,7 +25,7 @@ dokka = "2.0.0"
knit = "0.5.0"
kover = "0.9.1"
ktor = "2.3.13"
koin = "4.0.1"
koin = "4.0.2"
r2dbc-spi = "1.0.0.RELEASE"
r2dbc-postgresql = "0.8.13.RELEASE"
elastic = "8.17.1"
Expand All @@ -36,7 +36,7 @@ r2dbc-mssql = "1.0.2.RELEASE"
spotless = "7.0.2"
detekt = "1.23.7"
wire = "5.2.1"
io-grpc = "1.69.1"
io-grpc = "1.70.0"
io-grpc-kotlin = "1.4.1"
google-protobuf = "3.25.5"
gradle-release = "3.1.0"
Expand Down Expand Up @@ -100,7 +100,7 @@ couchbase-client-metrics = { module = "com.couchbase.client:metrics-micrometer",
# Jackson
jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version.ref = "jackson" }
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }
jackson-arrow = { module = "io.arrow-kt:arrow-integrations-jackson-module", version = "0.14.1" }
jackson-arrow = { module = "io.arrow-kt:arrow-integrations-jackson-module", version = "0.15.1" }
jackson-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version.ref = "jackson" }

# Slfj4
Expand Down
10 changes: 5 additions & 5 deletions recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ ktlint = "1.5.0"
spring-boot = "3.4.1"
spring-framework = "6.2.2"
spring-dependency-management = "1.1.7"
spring-kafka = "3.3.1"
spring-kafka = "3.3.2"

# arrow
arrow = "2.0.0"
arrow-jackson = "0.14.1"
arrowSuspendApp = "0.4.0"
arrow-jackson = "0.15.1"
arrowSuspendApp = "0.5.0"

# Jackson
jackson = "2.18.2"
Expand All @@ -40,7 +40,7 @@ kotlinLogging = "7.0.3"

# Ktor
ktor = "2.3.13"
koin = "4.0.1"
koin = "4.0.2"
koin-annotations = "1.4.0"

cohort = "2.6.0"
Expand Down Expand Up @@ -125,7 +125,7 @@ couchbase-client-metrics = { module = "com.couchbase.client:metrics-micrometer",
# Jackson
jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version.ref = "jackson" }
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }
jackson-arrow = { module = "io.arrow-kt:arrow-integrations-jackson-module", version = "0.14.1" }
jackson-arrow = { module = "io.arrow-kt:arrow-integrations-jackson-module", version = "0.15.1" }
jackson-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version.ref = "jackson" }
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jackson" }

Expand Down

0 comments on commit 71a1923

Please sign in to comment.