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 @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33plugins {
44 id ' java'
55 id ' org.jetbrains.kotlin.jvm' version ' 1.9.23'
6- id ' org.springframework.boot' version ' 3.3 .0'
6+ id ' org.springframework.boot' version ' 3.4 .0'
77 id ' org.jetbrains.kotlin.plugin.spring' version ' 1.9.23'
88 id ' jacoco'
99}
@@ -29,10 +29,10 @@ jacocoTestReport {
2929 }
3030}
3131
32- def specmatic_version = " 2.0.45 "
32+ def specmatic_version = " 2.0.48 "
3333
3434dependencies {
35- implementation platform(' org.springframework.boot:spring-boot-dependencies:3.3 .0' )
35+ implementation platform(' org.springframework.boot:spring-boot-dependencies:3.4 .0' )
3636 implementation ' org.springframework.boot:spring-boot-starter-web'
3737 implementation ' org.springframework.boot:spring-boot-starter-actuator'
3838 implementation ' org.springframework.boot:spring-boot-starter-validation'
You can’t perform that action at this time.
0 commit comments