Skip to content

Commit 2896754

Browse files
fix(deps): update spring boot to v4
1 parent 004a7dc commit 2896754

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id 'application'
1717
id 'jacoco'
1818
id 'io.spring.dependency-management' version '1.1.7'
19-
id 'org.springframework.boot' version '3.5.8'
19+
id 'org.springframework.boot' version '4.0.0'
2020
id 'com.github.ben-manes.versions' version '0.53.0'
2121
id 'org.flywaydb.flyway' version "$flywayVersion"
2222
id 'org.sonarqube' version '7.1.0.6387'
@@ -294,7 +294,7 @@ ext {
294294
log4JVersion = "2.25.2"
295295
logbackVersion = "1.5.21"
296296
testcontainersVersion = "1.21.3"
297-
springFrameworkBootVersion = "3.5.8"
297+
springFrameworkBootVersion = "4.0.0"
298298
lombokVersion = "1.18.42"
299299
springSecurityVersion = "7.0.0"
300300
pactVersion = "4.6.18"

0 commit comments

Comments
 (0)