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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 30, 2021
1 parent 7640723 commit e4569fb
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 @@ -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'
}
Expand Down
2 changes: 1 addition & 1 deletion luna-dvb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion luna-dwd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e4569fb

Please sign in to comment.