diff --git a/build.gradle b/build.gradle index a42e175f5..8c2dbfb75 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { testImplementation 'org.mockito:mockito-inline:4.11.0' testImplementation 'org.hamcrest:hamcrest-all:1.3' testImplementation 'org.springframework:spring-test:5.3.26' - testImplementation 'org.springframework:spring-web:5.3.26' + testImplementation 'org.springframework:spring-web:6.2.17' } test {