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 Sep 7, 2024
1 parent 51bb54f commit b9e7a5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ktor = "2.3.12"
koin = "3.5.6"
r2dbc-spi = "1.0.0.RELEASE"
r2dbc-postgresql = "0.8.13.RELEASE"
elastic = "8.15.0"
elastic = "8.15.1"
mongodb = "5.1.4"
wiremock = "3.9.1"
testcontainers = "1.20.1"
Expand Down Expand Up @@ -127,7 +127,7 @@ mongodb-kotlin-coroutine = { module = "org.mongodb:mongodb-driver-kotlin-corouti

# misc
lettuce-core = { module = "io.lettuce:lettuce-core", version = "6.4.0.RELEASE" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.7" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.8" }
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
6 changes: 3 additions & 3 deletions recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ r2dbc-postgresql = "0.8.13.RELEASE"
r2dbc-mssql = "1.0.2.RELEASE"

# elastic
elastic = "8.15.0"
elastic = "8.15.1"

# mongo
mongodb = "5.1.4"
Expand Down Expand Up @@ -163,7 +163,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.4.0.RELEASE" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.7" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.8" }

detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
hoplite = { module = "com.sksamuel.hoplite:hoplite-core", version.ref = "hoplite" }
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.20-1.0.24" }
ksp = { id = "com.google.devtools.ksp", version = "2.0.20-1.0.25" }
quarkus = { id = "io.quarkus", version.ref = "quarkus" }

0 comments on commit b9e7a5b

Please sign in to comment.