From f9a6bb90e36c3b28166402fc11feb208030e67c7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 09:16:48 +0000 Subject: [PATCH] Bump spring-boot-starter-test from 2.1.5.RELEASE to 2.5.3 Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.1.5.RELEASE to 2.5.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.1.5.RELEASE...v2.5.3) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }