Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#655)
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 Nov 28, 2024
1 parent 20467e1 commit a19dbb9
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 @@ -11,7 +11,7 @@ spring-kafka-3x = "3.3.0"
couchbase-client = "3.7.5"
couchbase-client-metrics = "0.7.5"
couchbase-kotlin = "1.4.5"
jackson = "2.18.1"
jackson = "2.18.2"
arrow = "1.2.4"
arrowSuspendApp = "0.4.0"
arrow-jackson = "0.14.1"
Expand All @@ -36,13 +36,13 @@ r2dbc-mssql = "1.0.2.RELEASE"
spotless = "6.25.0"
detekt = "1.23.7"
wire = "5.1.0"
io-grpc = "1.68.1"
io-grpc = "1.68.2"
io-grpc-kotlin = "1.4.1"
google-protobuf = "3.25.5"
gradle-release = "3.0.2"
nexusPublish = "2.0.0"
shadow = "8.1.1"
hoplite = "2.8.2"
hoplite = "2.9.0"
junit = "5.11.3"
kotest = "5.9.1"
mockito = "5.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 @@ -17,7 +17,7 @@ arrow-jackson = "0.14.1"
arrowSuspendApp = "0.4.0"

# Jackson
jackson = "2.18.1"
jackson = "2.18.2"

# Couchbase
couchbase-kotlin = "1.4.5"
Expand Down Expand Up @@ -66,7 +66,7 @@ detekt = "1.23.7"
lombok = "1.18.36"

# Misc
hoplite = "2.8.2"
hoplite = "2.9.0"
kediatr = "3.1.2"

# Testing
Expand Down Expand Up @@ -217,6 +217,6 @@ kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
testLogger = { id = "com.adarshr.test-logger", version = "4.0.0" }
ksp = { id = "com.google.devtools.ksp", version = "2.0.21-1.0.28" }
ksp = { id = "com.google.devtools.ksp", version = "2.1.0-1.0.29" }
quarkus = { id = "io.quarkus", version.ref = "quarkus" }
protobuf = { id = "com.google.protobuf", version.ref = "protobuf-plugin"}

0 comments on commit a19dbb9

Please sign in to comment.