From 258f55f54ea41a03e928c1164e9c44bd4bea632e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2020 04:28:48 +0000 Subject: [PATCH] chore(deps): bump spring-boot-configuration-processor Bumps [spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) from 2.2.5.RELEASE to 2.2.6.RELEASE. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.2.5.RELEASE...v2.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 16876da..aaa0301 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { // spring implementation "org.springframework:spring-core:5.2.5.RELEASE" implementation "org.springframework:spring-web:5.2.5.RELEASE" - kapt "org.springframework.boot:spring-boot-configuration-processor:2.2.5.RELEASE" + kapt "org.springframework.boot:spring-boot-configuration-processor:2.2.6.RELEASE" // spring cloud implementation "org.springframework.cloud:spring-cloud-gcp-starter"