From c20cb6c925df62fce4d48bb6545ca9a2d3e73347 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2020 04:28:29 +0000 Subject: [PATCH] chore(deps): bump spring-test from 5.2.4.RELEASE to 5.2.5.RELEASE Bumps [spring-test](https://github.com/spring-projects/spring-framework) from 5.2.4.RELEASE to 5.2.5.RELEASE. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.4.RELEASE...v5.2.5.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 154a942..30de51e 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { ktlint("com.pinterest:ktlint:0.36.0") // spring for tests - testImplementation "org.springframework:spring-test:5.2.4.RELEASE" + testImplementation "org.springframework:spring-test:5.2.5.RELEASE" // tomcat for tests testImplementation "javax.annotation:javax.annotation-api:1.3.2"