We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004a7dc commit 2896754Copy full SHA for 2896754
1 file changed
build.gradle
@@ -16,7 +16,7 @@ plugins {
16
id 'application'
17
id 'jacoco'
18
id 'io.spring.dependency-management' version '1.1.7'
19
- id 'org.springframework.boot' version '3.5.8'
+ id 'org.springframework.boot' version '4.0.0'
20
id 'com.github.ben-manes.versions' version '0.53.0'
21
id 'org.flywaydb.flyway' version "$flywayVersion"
22
id 'org.sonarqube' version '7.1.0.6387'
@@ -294,7 +294,7 @@ ext {
294
log4JVersion = "2.25.2"
295
logbackVersion = "1.5.21"
296
testcontainersVersion = "1.21.3"
297
- springFrameworkBootVersion = "3.5.8"
+ springFrameworkBootVersion = "4.0.0"
298
lombokVersion = "1.18.42"
299
springSecurityVersion = "7.0.0"
300
pactVersion = "4.6.18"
0 commit comments