We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcadbc commit c307657Copy full SHA for c307657
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
val kotlinVersion = "2.0.21"
10
kotlin("jvm") version kotlinVersion
11
id("com.diffplug.spotless") version "7.0.3"
12
- id("org.springframework.boot") version "3.4.4" apply false
+ id("org.springframework.boot") version "3.5.5" apply false
13
id("io.gitlab.arturbosch.detekt") version "1.23.8"
14
id("pl.allegro.tech.build.axion-release") version "1.18.18"
15
id("org.jetbrains.kotlinx.kover") version "0.9.1"
0 commit comments