From b5b7d8d0dccf57a8232b203e8df9805a190935f3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 04:30:33 +0000 Subject: [PATCH] chore(deps): bump spring-test from 5.2.5.RELEASE to 5.2.6.RELEASE Bumps [spring-test](https://github.com/spring-projects/spring-framework) from 5.2.5.RELEASE to 5.2.6.RELEASE. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.5.RELEASE...v5.2.6.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 d79bba3..de0dbfc 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.5.RELEASE" + testImplementation "org.springframework:spring-test:5.2.6.RELEASE" // tomcat for tests testImplementation "javax.annotation:javax.annotation-api:1.3.2"