We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a073ad8 commit 850ea73Copy full SHA for 850ea73
gradle.properties
@@ -11,5 +11,5 @@ LIB_GRAPHQL_JAVA_VER=19.2
11
LIB_JACKSON_VER=2.13.4
12
LIB_SLF4J_VER=2.0.2
13
LIB_LOMBOK_VER=1.18.24
14
-SOURCE_COMPATIBILITY=11
15
-TARGET_COMPATIBILITY=11
+SOURCE_COMPATIBILITY=17
+TARGET_COMPATIBILITY=17
graphql-java-servlet/build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
38
testRuntimeOnly "org.objenesis:objenesis:3.3"
39
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"
40
- testImplementation 'org.springframework:spring-test:5.3.23'
41
- testRuntimeOnly 'org.springframework:spring-web:5.3.23'
+ testImplementation 'org.springframework:spring-test:6.0.2'
+ testRuntimeOnly 'org.springframework:spring-web:6.0.2'
42
testImplementation 'com.google.guava:guava:31.1-jre'
43
}
0 commit comments