diff --git a/backend/build.gradle b/backend/build.gradle index 2de9bfe..1603b8d 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -68,9 +68,9 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'com.google.truth:truth:1.1.3' 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-core:6.2.12' + testImplementation 'org.springframework:spring-web:6.2.12' + testImplementation 'org.springframework:spring-test:6.2.12' testImplementation 'com.google.appengine:appengine-testing:+' testImplementation 'com.google.appengine:appengine-api-stubs:+'