diff --git a/build.gradle b/build.gradle index c549dde..986ed73 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ subprojects { dependencyManagement { imports { - mavenBom "org.springframework.boot:spring-boot-dependencies:4.0.6" + mavenBom "org.springframework.boot:spring-boot-dependencies:4.1.0" mavenBom "tools.jackson:jackson-bom:3.1.4" } }