File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ repositories {
2222}
2323
2424dependencies {
25- implementation group : ' org.springframework' , name : ' spring-web' , version : ' 5.3.9 '
25+ implementation group : ' org.springframework' , name : ' spring-web' , version : ' 5.3.28 '
2626 implementation group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.14'
2727
2828 implementation ' com.fasterxml.jackson.core:jackson-core:2.15.2'
@@ -32,7 +32,7 @@ dependencies {
3232
3333 testImplementation(platform(' org.junit:junit-bom:5.9.3' ))
3434 testImplementation(' org.junit.jupiter:junit-jupiter' )
35- testImplementation ' org.springframework:spring-test:5.3.23 '
35+ testImplementation ' org.springframework:spring-test:5.3.28 '
3636 testImplementation ' org.hamcrest:java-hamcrest:2.0.0.0'
3737 testImplementation ' org.mockito:mockito-core:5.4.0'
3838 testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.0.2'
You can’t perform that action at this time.
0 commit comments