diff --git a/build.gradle b/build.gradle index 07edd9a..987da70 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ allprojects { dependencyManagement { imports { - mavenBom "org.springframework.boot:spring-boot-dependencies:2.1.3.RELEASE" + mavenBom "org.springframework.boot:spring-boot-dependencies:3.1.3" } } }