From e4569fbb13e82a3d6bcf2515eb8ec2f3e049f900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 08:45:40 +0000 Subject: [PATCH] Bump spring-context-indexer from 5.3.4 to 5.3.5 Bumps [spring-context-indexer](https://github.com/spring-projects/spring-framework) from 5.3.4 to 5.3.5. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.4...v5.3.5) Signed-off-by: dependabot[bot] --- luna-cacti/build.gradle | 2 +- luna-dvb/build.gradle | 2 +- luna-dwd/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/luna-cacti/build.gradle b/luna-cacti/build.gradle index dce976b..5d51699 100644 --- a/luna-cacti/build.gradle +++ b/luna-cacti/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-validation' annotationProcessor "org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}" - annotationProcessor "org.springframework:spring-context-indexer:5.3.4" + annotationProcessor "org.springframework:spring-context-indexer:5.3.5" // testImplementation 'org.springframework.boot:spring-boot-starter-test' // testImplementation 'io.projectreactor:reactor-test' } diff --git a/luna-dvb/build.gradle b/luna-dvb/build.gradle index e6b1a0e..20ee662 100644 --- a/luna-dvb/build.gradle +++ b/luna-dvb/build.gradle @@ -12,7 +12,7 @@ dependencies { // implementation 'org.springframework.boot:spring-boot-starter-validation' annotationProcessor "org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}" - annotationProcessor "org.springframework:spring-context-indexer:5.3.4" + annotationProcessor "org.springframework:spring-context-indexer:5.3.5" testImplementation 'org.springframework.boot:spring-boot-starter-test' // testImplementation 'io.projectreactor:reactor-test' diff --git a/luna-dwd/build.gradle b/luna-dwd/build.gradle index e6b1a0e..20ee662 100644 --- a/luna-dwd/build.gradle +++ b/luna-dwd/build.gradle @@ -12,7 +12,7 @@ dependencies { // implementation 'org.springframework.boot:spring-boot-starter-validation' annotationProcessor "org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}" - annotationProcessor "org.springframework:spring-context-indexer:5.3.4" + annotationProcessor "org.springframework:spring-context-indexer:5.3.5" testImplementation 'org.springframework.boot:spring-boot-starter-test' // testImplementation 'io.projectreactor:reactor-test'