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