Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent a986836 commit 45a0e29
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
@@ -1,10 +1,10 @@
[versions]
kotlin = "2.0.10"
kotlin = "2.0.20"
kotlinx = "1.8.1"
spring-boot = "2.7.18"
spring-framework = "5.3.39"
spring-framework-6x = "6.1.12"
spring-boot-3x = "3.3.2"
spring-boot-3x = "3.3.3"
spring-dependency-management = "1.1.6"
spring-kafka = "2.9.13"
spring-kafka-3x = "3.2.3"
Expand Down Expand Up @@ -129,7 +129,7 @@ mongodb-kotlin-coroutine = { module = "org.mongodb:mongodb-driver-kotlin-corouti
lettuce-core = { module = "io.lettuce:lettuce-core", version = "6.4.0.RELEASE" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.7" }
r2dbc-mssql = { module = "io.r2dbc:r2dbc-mssql", version.ref = "r2dbc-mssql" }
microsoft-sqlserver-jdbc = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "12.8.0.jre11" }
microsoft-sqlserver-jdbc = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "12.8.1.jre11" }

### Testing
wiremock-standalone = { module = "org.wiremock:wiremock-standalone", version.ref = "wiremock" }
Expand Down
6 changes: 3 additions & 3 deletions recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
kotlin = "2.0.10"
kotlin = "2.0.20"
kotlinx = "1.8.1"
scala2x = "2.13.14"
scala3x = "3.4.1"
quarkus = "3.14.0"

# Spring-Boot
spring-boot = "3.3.2"
spring-boot = "3.3.3"
spring-framework = "6.1.12"
spring-dependency-management = "1.1.6"
spring-kafka = "3.2.3"
Expand Down Expand Up @@ -210,6 +210,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.10-1.0.24" }
ksp = { id = "com.google.devtools.ksp", version = "2.0.20-1.0.24" }
quarkus = { id = "io.quarkus", version.ref = "quarkus" }

0 comments on commit 45a0e29

Please sign in to comment.