Skip to content

Commit 850ea73

Browse files
eduarddrentholiemansm
authored andcommitted
chore: update jdk to v17
1 parent a073ad8 commit 850ea73

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ LIB_GRAPHQL_JAVA_VER=19.2
1111
LIB_JACKSON_VER=2.13.4
1212
LIB_SLF4J_VER=2.0.2
1313
LIB_LOMBOK_VER=1.18.24
14-
SOURCE_COMPATIBILITY=11
15-
TARGET_COMPATIBILITY=11
14+
SOURCE_COMPATIBILITY=17
15+
TARGET_COMPATIBILITY=17

graphql-java-servlet/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
3838
testRuntimeOnly "org.objenesis:objenesis:3.3"
3939
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'
40+
testImplementation 'org.springframework:spring-test:6.0.2'
41+
testRuntimeOnly 'org.springframework:spring-web:6.0.2'
4242
testImplementation 'com.google.guava:guava:31.1-jre'
4343
}

0 commit comments

Comments
 (0)