File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44plugins {
55 id ' java'
66 id ' org.jetbrains.kotlin.jvm' version ' 2.3.0'
7- id ' org.springframework.boot' version ' 3.5.9 '
7+ id ' org.springframework.boot' version ' 4.0.1 '
88 id ' org.jetbrains.kotlin.plugin.spring' version ' 2.2.21'
99 id ' jacoco'
1010 id(" com.github.davidmc24.gradle.plugin.avro" ) version " 1.9.1"
@@ -29,7 +29,7 @@ jacocoTestReport {
2929
3030
3131dependencies {
32- implementation platform(' org.springframework.boot:spring-boot-dependencies:3.5.9 ' )
32+ implementation platform(' org.springframework.boot:spring-boot-dependencies:4.0.1 ' )
3333 implementation ' org.springframework.boot:spring-boot-starter-web'
3434 implementation ' org.springframework.boot:spring-boot-starter-actuator'
3535 implementation ' org.springframework.kafka:spring-kafka:3.3.11'
You can’t perform that action at this time.
0 commit comments