Skip to content

Commit 59dfac2

Browse files
Update all non-major dependencies (except core Kotlin)
1 parent 77946b0 commit 59dfac2

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
@@ -1,9 +1,9 @@
11
[versions]
22
kotlin = "1.9.23"
3-
kotlin-wrappers = "1.0.0-pre.715"
3+
kotlin-wrappers = "1.0.0-pre.738"
44
kotlin-serialization = "1.6.3"
5-
spring-boot = "3.2.3"
6-
springdoc = "2.3.0"
5+
spring-boot = "3.2.5"
6+
springdoc = "2.5.0"
77

88
[plugins]
99

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818
}
1919

2020
plugins {
21-
id("com.gradle.enterprise") version "3.15.1"
21+
id("com.gradle.enterprise") version "3.17.2"
2222
id("org.ajoberstar.reckon.settings") version "0.18.3"
2323
}
2424

0 commit comments

Comments
 (0)