Skip to content

Commit

Permalink
Bump spring-context-indexer from 5.3.4 to 5.3.5
Browse files Browse the repository at this point in the history
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](spring-projects/spring-framework@v5.3.4...v5.3.5)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 30, 2021
1 parent f6ce078 commit b4f17f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion luna-cacti/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
2 changes: 1 addition & 1 deletion luna-dvb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion luna-dwd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b4f17f8

Please sign in to comment.