Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#385)
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 969f7ee commit f5ea6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin = "1.9.22"
kotlinx = "1.9.0"
kotest = "5.9.1"
detekt = "1.23.7"
junit = "5.11.3"
junit = "5.11.4"
koin = "4.0.0"
quarkus = "3.17.4"
jakarta = "4.1.0"
Expand Down Expand Up @@ -37,7 +37,7 @@ quarkus-junit5 = { module = "io.quarkus:quarkus-junit5", version.ref = "quarkus"
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }

[plugins]
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.8.3" }
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.0" }
testLogger = { id = "com.adarshr.test-logger", version = "4.0.0" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
Expand Down

0 comments on commit f5ea6b2

Please sign in to comment.