diff --git a/graphql-java-servlet/build.gradle b/graphql-java-servlet/build.gradle index d41a9c04..2dc1b3a1 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.2' - testRuntimeOnly 'org.springframework:spring-web:6.0.2' + testImplementation 'org.springframework:spring-test:6.0.3' + testRuntimeOnly 'org.springframework:spring-web:6.0.3' testImplementation 'com.google.guava:guava:31.1-jre' }