From 292d0b3d174418b1538a51af5d9fd741a2a1ad18 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 04:21:57 +0000 Subject: [PATCH] chore(deps): bump spring-boot-configuration-processor Bumps [spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) from 2.3.4.RELEASE to 2.3.5.RELEASE. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.4.RELEASE...v2.3.5.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 99f89fb..4e61248 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { // spring implementation "org.springframework:spring-core:5.3.0" implementation "org.springframework:spring-web:5.3.0" - kapt "org.springframework.boot:spring-boot-configuration-processor:2.3.4.RELEASE" + kapt "org.springframework.boot:spring-boot-configuration-processor:2.3.5.RELEASE" // spring cloud implementation "org.springframework.cloud:spring-cloud-gcp-starter"