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 11plugins {
22 id ' java'
33 id ' org.jetbrains.kotlin.jvm' version ' 2.3.10'
4- id ' org.springframework.boot' version ' 3.5.10 '
4+ id ' org.springframework.boot' version ' 4.0.2 '
55 id ' org.jetbrains.kotlin.plugin.spring' version ' 2.3.10'
66 id ' jacoco'
77 id(" com.github.davidmc24.gradle.plugin.avro" ) version " 1.9.1"
@@ -24,7 +24,7 @@ jacocoTestReport {
2424
2525
2626dependencies {
27- implementation platform(' org.springframework.boot:spring-boot-dependencies:3.5.10 ' )
27+ implementation platform(' org.springframework.boot:spring-boot-dependencies:4.0.2 ' )
2828 implementation ' org.springframework.boot:spring-boot-starter-web'
2929 implementation ' org.springframework.boot:spring-boot-starter-actuator'
3030 implementation (' org.springframework.kafka:spring-kafka:3.3.13' ) {
You can’t perform that action at this time.
0 commit comments