diff --git a/build.gradle b/build.gradle index b701b7f..32037a5 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ configure(javaprojects) { dependency 'org.springframework.boot:spring-boot-autoconfigure:2.1.5.RELEASE' dependency 'org.springframework.boot:spring-boot-configuration-processor:2.1.5.RELEASE' - dependency 'org.springframework.boot:spring-boot-starter-test:2.1.5.RELEASE' + dependency 'org.springframework.boot:spring-boot-starter-test:2.5.3' } }