Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#675)
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 Dec 16, 2024
1 parent d398ac4 commit 331cd60
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin = "2.1.0"
kotlinx = "1.9.0"
spring-boot = "2.7.18"
spring-framework = "5.3.39"
spring-framework-6x = "6.2.0"
spring-framework-6x = "6.2.1"
spring-boot-3x = "3.4.0"
spring-dependency-management = "1.1.6"
spring-kafka = "2.9.13"
Expand All @@ -15,28 +15,28 @@ jackson = "2.18.2"
arrow = "2.0.0"
arrowSuspendApp = "0.4.0"
arrow-jackson = "0.14.1"
io-reactor = "3.7.0"
io-reactor = "3.7.1"
io-reactor-extensions = "1.2.3"
slf4j = "2.0.16"
kafka = "3.9.0"
kafka-kotlin = "0.4.0"
kafka-streams-registry = "7.8.0"
dokka = "1.9.20"
knit = "0.5.0"
kover = "0.8.3"
kover = "0.9.0"
ktor = "2.3.13"
koin = "4.0.0"
r2dbc-spi = "1.0.0.RELEASE"
r2dbc-postgresql = "0.8.13.RELEASE"
elastic = "8.16.1"
elastic = "8.17.0"
mongodb = "5.2.1"
wiremock = "3.10.0"
testcontainers = "1.20.4"
r2dbc-mssql = "1.0.2.RELEASE"
spotless = "7.0.0.BETA4"
detekt = "1.23.7"
wire = "5.1.0"
io-grpc = "1.68.2"
io-grpc = "1.69.0"
io-grpc-kotlin = "1.4.1"
google-protobuf = "3.25.5"
gradle-release = "3.0.2"
Expand All @@ -47,7 +47,7 @@ junit = "5.11.3"
kotest = "6.0.0.M1"
mockito = "5.4.0"
quiver = "0.5.12"
akkurate = "0.10.0"
akkurate = "0.11.0"
exposed = "0.57.0"
kotlinx-serialization = "1.7.3"
ktlint = "1.5.0"
Expand Down Expand Up @@ -142,7 +142,7 @@ mongojack = { module = "org.mongojack:mongojack", version = "5.0.2" }
lettuce-core = { module = "io.lettuce:lettuce-core", version = "6.5.1.RELEASE" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.12" }
logback-core = { module = "ch.qos.logback:logback-core", version = "1.5.12" }
log4j-slf4j2-impl = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version = "2.24.2" }
log4j-slf4j2-impl = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version = "2.24.3" }
r2dbc-mssql = { module = "io.r2dbc:r2dbc-mssql", version.ref = "r2dbc-mssql" }
microsoft-sqlserver-jdbc = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "12.8.1.jre11" }
exposed-core = { module = "org.jetbrains.exposed:exposed-core", version.ref = "exposed" }
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 @@ -3,12 +3,12 @@ kotlin = "2.1.0"
kotlinx = "1.9.0"
scala2x = "2.13.15"
scala3x = "3.4.1"
quarkus = "3.17.3"
quarkus = "3.17.4"
ktlint = "1.5.0"

# Spring-Boot
spring-boot = "3.4.0"
spring-framework = "6.2.0"
spring-framework = "6.2.1"
spring-dependency-management = "1.1.6"
spring-kafka = "3.3.0"

Expand All @@ -31,7 +31,7 @@ kafka-kotlin = "0.4.0"
kafka-streams-registry = "7.8.0"

# Reactor
io-reactor = "3.7.0"
io-reactor = "3.7.1"
io-reactor-extensions = "1.2.3"

# Logging
Expand All @@ -51,7 +51,7 @@ r2dbc-postgresql = "0.8.13.RELEASE"
r2dbc-mssql = "1.0.2.RELEASE"

# elastic
elastic = "8.16.1"
elastic = "8.17.0"

# mongo
mongodb = "5.2.1"
Expand All @@ -61,7 +61,7 @@ io-grpc = "1.63.0"
io-grpc-kotlin = "1.4.1"

# Tooling
kover = "0.8.3"
kover = "0.9.0"
spotless = "7.0.0.BETA4"
detekt = "1.23.7"
lombok = "1.18.36"
Expand Down

0 comments on commit 331cd60

Please sign in to comment.