File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88 val kotlinVersion = " 1.9.23"
99 kotlin(" jvm" ) version kotlinVersion
1010 id(" com.diffplug.spotless" ) version " 6.22.0"
11- id(" org.springframework.boot" ) version " 3.2.10 " apply false
11+ id(" org.springframework.boot" ) version " 3.2.12 " apply false
1212 id(" io.gitlab.arturbosch.detekt" ) version " 1.23.6"
1313 id(" pl.allegro.tech.build.axion-release" ) version " 1.15.5"
1414 id(" org.jetbrains.kotlinx.kover" ) version " 0.7.6"
@@ -150,8 +150,8 @@ tasks.test { useJUnitPlatform() }
150150
151151// Required versions
152152val jacksonVersion = " 2.15.3"
153- val springWebVersion = " 6.1.4 "
154- val springBootVersion = " 3.2.10 "
153+ val springWebVersion = " 6.1.16 "
154+ val springBootVersion = " 3.2.12 "
155155
156156// Implementation
157157val swaggerParserVersion = " 2.1.22"
You can’t perform that action at this time.
0 commit comments