Skip to content

Commit 05cb257

Browse files
Update org.springframework:spring-core to 5.3.20 (#1850) (#1853)
(cherry picked from commit 4c9e403) Co-authored-by: Peter Nied <petern@amazon.com>
1 parent 3df7ddb commit 05cb257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ configurations.all {
7878
force 'commons-cli:commons-cli:1.3.1'
7979
force 'org.apache.httpcomponents:httpcore:4.4.12'
8080
force "org.apache.commons:commons-lang3:3.4"
81-
force "org.springframework:spring-core:5.3.19"
81+
force "org.springframework:spring-core:5.3.20"
8282
force "com.google.guava:guava:30.0-jre"
8383
}
8484
}
@@ -122,7 +122,7 @@ dependencies {
122122
testImplementation 'junit:junit:4.13.1'
123123
testImplementation 'org.apache.httpcomponents:fluent-hc:4.5.13'
124124
testImplementation 'org.mockito:mockito-core:2.23.0'
125-
testImplementation 'org.springframework.kafka:spring-kafka-test:2.8.5'
125+
testImplementation 'org.springframework.kafka:spring-kafka-test:2.8.6'
126126
testImplementation 'javax.servlet:servlet-api:2.5'
127127
testImplementation 'com.unboundid:unboundid-ldapsdk:4.0.9'
128128
testImplementation 'com.github.stephenc.jcip:jcip-annotations:1.0-1'

0 commit comments

Comments
 (0)