diff --git a/build.gradle b/build.gradle index 7983739..2c19474 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.1" } } }