diff --git a/build.gradle b/build.gradle index 85b83497c..5c227d163 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { testCompile group: 'junit', name: 'junit', version: '4.13.2' testCompile "com.github.tomakehurst:wiremock-jre8:2.25.1" testCompile "org.springframework:spring-test:5.2.7.RELEASE" - testCompile "org.springframework:spring-web:5.2.7.RELEASE" + testCompile "org.springframework:spring-web:6.1.9" testCompile group: 'org.hamcrest', name: 'hamcrest', version: '2.1' testCompile group: 'com.ibm.icu', name: 'icu4j', version: '60.3' }