Skip to content

Commit

Permalink
Update org.springframework:spring-core to 5.3.20 (#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternied authored May 18, 2022
1 parent 25eda95 commit 4c9e403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ configurations.all {
force 'commons-cli:commons-cli:1.3.1'
force 'org.apache.httpcomponents:httpcore:4.4.12'
force "org.apache.commons:commons-lang3:3.4"
force "org.springframework:spring-core:5.3.19"
force "org.springframework:spring-core:5.3.20"
force "com.google.guava:guava:30.0-jre"
}
}
Expand Down Expand Up @@ -123,7 +123,7 @@ dependencies {
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.13'
testImplementation 'org.mockito:mockito-core:2.23.0'
testImplementation 'org.springframework.kafka:spring-kafka-test:2.8.5'
testImplementation 'org.springframework.kafka:spring-kafka-test:2.8.6'
testImplementation 'javax.servlet:servlet-api:2.5'
testImplementation 'com.unboundid:unboundid-ldapsdk:4.0.9'
testImplementation 'com.github.stephenc.jcip:jcip-annotations:1.0-1'
Expand Down

0 comments on commit 4c9e403

Please sign in to comment.