diff --git a/build.gradle b/build.gradle index 67323e0..7da0197 100644 --- a/build.gradle +++ b/build.gradle @@ -135,7 +135,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest-core:1.3' testImplementation 'org.mockito:mockito-core:2.8.9' testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1' - testImplementation 'org.springframework:spring-test:4.3.14.RELEASE' + testImplementation 'org.springframework:spring-test:4.3.30.RELEASE' testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' }