diff --git a/backend/build.gradle b/backend/build.gradle index 2567fe9..337abd2 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -77,7 +77,7 @@ dependencies { testImplementation 'org.mockito:mockito-all:1.10.19' testImplementation 'org.springframework:spring-core:5.3.10' testImplementation 'org.springframework:spring-web:5.3.10' - testImplementation 'org.springframework:spring-test:5.3.10' + testImplementation 'org.springframework:spring-test:6.1.0' testImplementation 'com.google.appengine:appengine-testing:+' testImplementation 'com.google.appengine:appengine-api-stubs:+'