diff --git a/common/build.gradle b/common/build.gradle index 64b98b88b..4dee0ecaf 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -25,7 +25,7 @@ configurations.all { dependencyManagement { imports { - mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.5' + mavenBom 'org.springframework.boot:spring-boot-dependencies:3.5.0' } }