Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 0ff395e commit 748b8fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ mongodb = "5.2.1"
wiremock = "3.10.0"
testcontainers = "1.20.4"
r2dbc-mssql = "1.0.2.RELEASE"
spotless = "7.0.0.BETA4"
spotless = "7.0.0"
detekt = "1.23.7"
wire = "5.1.0"
wire = "5.2.0"
io-grpc = "1.69.0"
io-grpc-kotlin = "1.4.1"
google-protobuf = "3.25.5"
Expand All @@ -49,7 +49,7 @@ mockito = "5.4.0"
quiver = "0.5.12"
akkurate = "0.11.0"
exposed = "0.57.0"
kotlinx-serialization = "1.7.3"
kotlinx-serialization = "1.8.0"
ktlint = "1.5.0"
kotlinBinaryCompatibilityValidator = "0.17.0"

Expand Down Expand Up @@ -140,8 +140,8 @@ mongojack = { module = "org.mongojack:mongojack", version = "5.0.2" }

# misc
lettuce-core = { module = "io.lettuce:lettuce-core", version = "6.5.2.RELEASE" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.15" }
logback-core = { module = "ch.qos.logback:logback-core", version = "1.5.15" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.16" }
logback-core = { module = "ch.qos.logback:logback-core", version = "1.5.16" }
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" }
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 @@ -62,7 +62,7 @@ io-grpc-kotlin = "1.4.1"

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

Expand Down Expand Up @@ -170,7 +170,7 @@ kotlin-logging-jvm = { module = "io.github.oshai:kotlin-logging-jvm", version.re

r2dbc-mssql = { module = "io.r2dbc:r2dbc-mssql", version.ref = "r2dbc-mssql" }
lettuce-core = { module = "io.lettuce:lettuce-core", version = "6.5.2.RELEASE" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.15" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.16" }

detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
ktlint-cli = { module = "com.pinterest.ktlint:ktlint-cli", version.ref = "ktlint" }
Expand Down

0 comments on commit 748b8fc

Please sign in to comment.