Skip to content

Commit 46342c6

Browse files
fix(deps): update all non-major dependencies (#436)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 419da2a commit 46342c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin = "1.9.22"
33
kotlinx = "1.10.2"
44
kotest = "5.9.1"
55
detekt = "1.23.8"
6-
junit = "5.12.2"
6+
junit = "5.13.0"
77
koin = "4.0.4"
88
quarkus = "3.23.0"
99
jakarta = "4.1.0"
@@ -41,5 +41,5 @@ detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting",
4141
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.1" }
4242
testLogger = { id = "com.adarshr.test-logger", version = "4.0.0" }
4343
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
44-
spotless = { id = "com.diffplug.spotless", version = "7.0.3" }
44+
spotless = { id = "com.diffplug.spotless", version = "7.0.4" }
4545
quarkus = { id = "io.quarkus", version.ref = "quarkus" }

0 commit comments

Comments
 (0)