diff --git a/backend/build.gradle b/backend/build.gradle index 2de9bfe..768da80 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -70,7 +70,7 @@ dependencies { testImplementation 'org.mockito:mockito-all:1.10.19' testImplementation 'org.springframework:spring-core:5.3.27' testImplementation 'org.springframework:spring-web:5.3.27' - testImplementation 'org.springframework:spring-test:5.3.27' + testImplementation 'org.springframework:spring-test:6.2.1' testImplementation 'com.google.appengine:appengine-testing:+' testImplementation 'com.google.appengine:appengine-api-stubs:+'