From 49711b59fa8d86c91bd706043af8b586563b2592 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Nov 2020 16:16:29 +0000 Subject: [PATCH] chore(deps): bump spring-core from 5.3.0 to 5.3.1 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.0...v5.3.1) 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 079b51e..ab555f8 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.11.3" // spring - implementation "org.springframework:spring-core:5.3.0" + implementation "org.springframework:spring-core:5.3.1" implementation "org.springframework:spring-web:5.3.1" kapt "org.springframework.boot:spring-boot-configuration-processor:2.3.5.RELEASE"