diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 7511e2dbf920..a54bf2a8f94d 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -102,7 +102,7 @@ val DEPENDENCIES = listOf( "org.objenesis:objenesis:3.3", "org.scala-lang:scala-library:2.11.12", // Note that this is only referenced as "org.springframework.boot" in build files, not the artifact name. - "org.springframework.boot:spring-boot-dependencies:2.7.5", + "org.springframework.boot:spring-boot-dependencies:3.0.0", "javax.validation:validation-api:2.0.1.Final", "org.yaml:snakeyaml:1.33" )