From 651f8a111a1cc6e31d02250eb0780b3aa3f3f6d4 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:29:54 +0000 Subject: [PATCH] chore(deps): bump spring-web from 5.2.5.RELEASE to 5.2.6.RELEASE Bumps [spring-web](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..bf76cf6 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { // spring implementation "org.springframework:spring-core:5.2.5.RELEASE" - implementation "org.springframework:spring-web:5.2.5.RELEASE" + implementation "org.springframework:spring-web:5.2.6.RELEASE" kapt "org.springframework.boot:spring-boot-configuration-processor:2.2.6.RELEASE" // spring cloud