From 65788f28e602142b4a206e1bf1a8be38789c1a0b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 09:13:53 +0000 Subject: [PATCH] Bump spring-boot-starter-test from 2.1.5.RELEASE to 2.4.5 Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.1.5.RELEASE to 2.4.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.1.5.RELEASE...v2.4.5) 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..d92f27e 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.4.5' } }