From e3041f621b551e99620613307c95f51e7b4e2036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 11:32:36 +0000 Subject: [PATCH] Bump spring-context-indexer from 5.3.4 to 5.3.6 Bumps [spring-context-indexer](https://github.com/spring-projects/spring-framework) from 5.3.4 to 5.3.6. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.4...v5.3.6) 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..98d0d1c 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.6" // 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..db202e5 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.6" 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..65b787f 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.6" testImplementation 'org.springframework.boot:spring-boot-starter-test' // testImplementation 'io.projectreactor:reactor-test'