We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6364b commit cc9f3ecCopy full SHA for cc9f3ec
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.16'
+ id 'org.springframework.boot' version '4.1.0'
20
id 'com.github.ben-manes.versions' version '0.54.0'
21
id 'org.flywaydb.flyway' version "$flywayVersion"
22
id 'org.sonarqube' version '7.3.1.8318'
@@ -370,7 +370,7 @@ ext {
370
logbackVersion = "1.5.37"
371
testcontainersVersion = "2.0.5"
372
testcontainersAdditionsVersion = "1.21.4"
373
- springFrameworkBootVersion = "3.5.16"
+ springFrameworkBootVersion = "4.1.0"
374
lombokVersion = "1.18.46"
375
springSecurityVersion = "7.1.0"
376
pactVersion = "4.7.3"
0 commit comments