From 2422b8063729427665849148279c24a4fe84e2b1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 09:59:08 +0000 Subject: [PATCH] Bump spring-boot-starter-test from 2.1.5.RELEASE to 2.3.2.RELEASE Bumps [spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.1.5.RELEASE to 2.3.2.RELEASE. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.1.5.RELEASE...v2.3.2.RELEASE) 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..34e3f52 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.3.2.RELEASE' } }