From ed92515472a9ae2ebd5f6c979aa80f5fd6b6b127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 13:48:08 +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 01fdd66..fcf321e 100644 --- a/luna-cacti/build.gradle +++ b/luna-cacti/build.gradle @@ -14,7 +14,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 d828651..a055dd0 100644 --- a/luna-dvb/build.gradle +++ b/luna-dvb/build.gradle @@ -11,7 +11,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 130a007..dcfe530 100644 --- a/luna-dwd/build.gradle +++ b/luna-dwd/build.gradle @@ -9,7 +9,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-webflux' 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'