We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77946b0 commit 3ab84beCopy full SHA for 3ab84be
gradle/libs.versions.toml
@@ -1,9 +1,9 @@
1
[versions]
2
kotlin = "1.9.23"
3
-kotlin-wrappers = "1.0.0-pre.715"
+kotlin-wrappers = "1.0.0-pre.860"
4
kotlin-serialization = "1.6.3"
5
-spring-boot = "3.2.3"
6
-springdoc = "2.3.0"
+spring-boot = "3.4.5"
+springdoc = "2.8.7"
7
8
[plugins]
9
settings.gradle.kts
@@ -18,8 +18,8 @@ pluginManagement {
18
}
19
20
plugins {
21
- id("com.gradle.enterprise") version "3.15.1"
22
- id("org.ajoberstar.reckon.settings") version "0.18.3"
+ id("com.gradle.enterprise") version "3.19.2"
+ id("org.ajoberstar.reckon.settings") version "0.19.2"
23
24
25
includeBuild("gradle/plugins")
0 commit comments