From 9e0f64a408ad678e12dac55e3f38480e728de463 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 13:37:08 +0000 Subject: [PATCH] chore(deps): bump spring-core from 5.2.8.RELEASE to 5.2.9.RELEASE Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.2.8.RELEASE to 5.2.9.RELEASE. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.8.RELEASE...v5.2.9.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 20e9623..6218ff2 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.11.2" // spring - implementation "org.springframework:spring-core:5.2.8.RELEASE" + implementation "org.springframework:spring-core:5.2.9.RELEASE" implementation "org.springframework:spring-web:5.2.9.RELEASE" kapt "org.springframework.boot:spring-boot-configuration-processor:2.3.3.RELEASE"