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 Dec 1, 2024
1 parent 7a2e721 commit 48624c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ r2dbc-spi = "1.0.0.RELEASE"
r2dbc-postgresql = "0.8.13.RELEASE"
elastic = "8.16.1"
mongodb = "5.2.1"
wiremock = "3.9.2"
wiremock = "3.10.0"
testcontainers = "1.20.4"
r2dbc-mssql = "1.0.2.RELEASE"
spotless = "6.25.0"
Expand Down Expand Up @@ -137,7 +137,7 @@ mongodb-kotlin-coroutine = { module = "org.mongodb:mongodb-driver-kotlin-corouti
mongojack = { module = "org.mongojack:mongojack", version = "5.0.2" }

# misc
lettuce-core = { module = "io.lettuce:lettuce-core", version = "6.5.0.RELEASE" }
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" }
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 @@ -35,7 +35,7 @@ io-reactor-extensions = "1.2.3"

# Logging
slf4j = "2.0.16"
kotlinLogging = "7.0.0"
kotlinLogging = "7.0.3"

# Ktor
ktor = "2.3.13"
Expand Down Expand Up @@ -168,7 +168,7 @@ mongodb-kotlin-coroutine = { module = "org.mongodb:mongodb-driver-kotlin-corouti
kotlin-logging-jvm = { module = "io.github.oshai:kotlin-logging-jvm", version.ref = "kotlinLogging" }

r2dbc-mssql = { module = "io.r2dbc:r2dbc-mssql", version.ref = "r2dbc-mssql" }
lettuce-core = { module = "io.lettuce:lettuce-core", version = "6.5.0.RELEASE" }
lettuce-core = { module = "io.lettuce:lettuce-core", version = "6.5.1.RELEASE" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.12" }

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

0 comments on commit 48624c9

Please sign in to comment.