From 60f3580816c61dd517284340c57b4b0c5555e1e1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 09:17:24 +0000 Subject: [PATCH] Bump spring-boot-starter-test from 2.1.5.RELEASE to 2.5.2 Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.1.5.RELEASE to 2.5.2. - [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.2) 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..1843ee5 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.2' } }