Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#615)
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 Oct 24, 2024
1 parent e9a85af commit 638ce00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ detekt = "1.23.7"
wire = "5.1.0"
io-grpc = "1.68.0"
io-grpc-kotlin = "1.4.1"
google-protobuf-kotlin = "4.28.2"
google-protobuf-kotlin = "4.28.3"
gradle-release = "3.0.2"
nexusPublish = "2.0.0"
shadow = "8.1.1"
Expand Down
4 changes: 2 additions & 2 deletions recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin = "2.0.21"
kotlinx = "1.9.0"
scala2x = "2.13.15"
scala3x = "3.4.1"
quarkus = "3.15.1"
quarkus = "3.16.0"

# Spring-Boot
spring-boot = "3.3.4"
Expand Down Expand Up @@ -211,6 +211,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.25" }
ksp = { id = "com.google.devtools.ksp", version = "2.0.21-1.0.26" }
quarkus = { id = "io.quarkus", version.ref = "quarkus" }

0 comments on commit 638ce00

Please sign in to comment.