Skip to content

Commit 86ea28d

Browse files
fix(deps): update all non-major dependencies (#447)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63d81ae commit 86ea28d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ kotest = "5.9.1"
55
detekt = "1.23.8"
66
junit = "5.13.1"
77
koin = "4.1.0"
8-
quarkus = "3.23.3"
8+
quarkus = "3.24.0"
99
jakarta = "4.1.0"
1010
spring-boot-2x = "2.7.18"
11-
spring-boot-3x = "3.5.0"
11+
spring-boot-3x = "3.5.3"
1212

1313
[libraries]
1414
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx" }
@@ -43,4 +43,4 @@ testLogger = { id = "com.adarshr.test-logger", version = "4.0.0" }
4343
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
4444
spotless = { id = "com.diffplug.spotless", version = "7.0.4" }
4545
quarkus = { id = "io.quarkus", version.ref = "quarkus" }
46-
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.32.0" }
46+
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.33.0" }

0 commit comments

Comments
 (0)