Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#704)
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 Feb 17, 2025
1 parent dcea8ce commit 8ec7228
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin = "2.1.10"
kotlinx = "1.10.1"
spring-boot = "2.7.18"
spring-framework = "5.3.39"
spring-framework-6x = "6.2.2"
spring-framework-6x = "6.2.3"
spring-boot-3x = "3.4.2"
spring-dependency-management = "1.1.7"
spring-kafka = "2.9.13"
Expand Down Expand Up @@ -35,7 +35,7 @@ testcontainers = "1.20.4"
r2dbc-mssql = "1.0.2.RELEASE"
spotless = "7.0.2"
detekt = "1.23.7"
wire = "5.2.1"
wire = "5.3.0"
io-grpc = "1.70.0"
io-grpc-kotlin = "1.4.1"
google-protobuf = "3.25.6"
Expand All @@ -52,7 +52,7 @@ exposed = "0.59.0"
kotlinx-serialization = "1.8.0"
ktlint = "1.5.0"
kotlinBinaryCompatibilityValidator = "0.17.0"
snakeyaml = "2.3"
snakeyaml = "2.4"
micronaut = "4.8.3"
micronaut-starter = "4.7.6"
micronaut-micrometer = "1.3.1"
Expand Down Expand Up @@ -269,7 +269,7 @@ testLogger = { id = "com.adarshr.test-logger", version = "4.0.0" }
protobuf = { id = "com.google.protobuf", version = "0.9.4" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "kotlinBinaryCompatibilityValidator" }
google-ksp = { id = "com.google.devtools.ksp", version = "2.1.10-1.0.29" }
google-ksp = { id = "com.google.devtools.ksp", version = "2.1.10-1.0.30" }
micronaut-application = { id = "io.micronaut.application", version = "4.4.5" }
micronaut-aot = { id = "io.micronaut.aot", version = "4.4.5" }
micronaut-library = { id = "io.micronaut.library", version = "4.4.5" }
6 changes: 3 additions & 3 deletions recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ktlint = "1.5.0"

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

Expand Down Expand Up @@ -71,7 +71,7 @@ hoplite = "2.9.0"
kediatr = "3.1.3"

# Testing
stove = "1.0.0.457-SNAPSHOT"
stove = "1.0.0.459-SNAPSHOT"
junit = "5.11.4"
kotest = "6.0.0.M1"

Expand Down Expand Up @@ -218,6 +218,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.1.10-1.0.29" }
ksp = { id = "com.google.devtools.ksp", version = "2.1.10-1.0.30" }
quarkus = { id = "io.quarkus", version.ref = "quarkus" }
protobuf = { id = "com.google.protobuf", version.ref = "protobuf-plugin"}

0 comments on commit 8ec7228

Please sign in to comment.