diff --git a/build.gradle b/build.gradle index c83d0374db1..825b783d01b 100644 --- a/build.gradle +++ b/build.gradle @@ -95,7 +95,7 @@ allprojects { // https://github.com/spring-gradle-plugins/dependency-management-plugin dependencyManagement { imports { - mavenBom 'org.springframework:spring-framework-bom:5.3.1' + mavenBom 'org.springframework:spring-framework-bom:5.3.2' mavenBom 'org.springframework.boot:spring-boot-dependencies:2.3.5.RELEASE' mavenBom 'org.junit:junit-bom:5.7.0' }