Skip to content

Commit 419ae8e

Browse files
Update spring boot to v4
1 parent cf6e5c3 commit 419ae8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
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

2626
dependencies {
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') {

0 commit comments

Comments
 (0)