diff --git a/graphql-java-servlet/build.gradle b/graphql-java-servlet/build.gradle index 9e741d03..fa99835b 100644 --- a/graphql-java-servlet/build.gradle +++ b/graphql-java-servlet/build.gradle @@ -37,7 +37,7 @@ dependencies { testRuntimeOnly "cglib:cglib-nodep:3.3.0" testRuntimeOnly "org.objenesis:objenesis:3.3" testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER" - testImplementation 'org.springframework:spring-test:6.0.6' - testRuntimeOnly 'org.springframework:spring-web:6.0.6' + testImplementation 'org.springframework:spring-test:6.0.7' + testRuntimeOnly 'org.springframework:spring-web:6.0.7' testImplementation 'com.google.guava:guava:31.1-jre' }