Skip to content

Commit f5850bf

Browse files
fix(deps): update all non-major dependencies (#402)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d9a785 commit f5850bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ kotlinx = "1.10.1"
44
kotest = "5.9.1"
55
detekt = "1.23.7"
66
junit = "5.11.4"
7-
koin = "4.0.1"
8-
quarkus = "3.17.7"
7+
koin = "4.0.2"
8+
quarkus = "3.18.0"
99
jakarta = "4.1.0"
1010
spring-boot-2x = "2.7.18"
11-
spring-boot-3x = "3.4.1"
11+
spring-boot-3x = "3.4.2"
1212

1313
[libraries]
1414
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)