diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index f21aa3db90ef..20d24265cd74 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -108,7 +108,7 @@ val DEPENDENCIES = listOf( "org.junit-pioneer:junit-pioneer:1.9.1", "org.objenesis:objenesis:3.3", // 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.14", + "org.springframework.boot:spring-boot-dependencies:3.1.2", "javax.validation:validation-api:2.0.1.Final", "org.snakeyaml:snakeyaml-engine:2.6" )