diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 80342394f4..7eb7f7b998 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.5", + "org.springframework.boot:spring-boot-dependencies:2.7.13", "javax.validation:validation-api:2.0.1.Final", "org.snakeyaml:snakeyaml-engine:2.6" )