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
  • Loading branch information
dependabot[bot] authored Mar 31, 2021
1 parent d68d838 commit 7c4b58d
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 7c4b58d

Please sign in to comment.