Skip to content

Commit a073ad8

Browse files
eduarddrentholiemansm
authored andcommitted
chore: jdk 8 => jdk 11
1 parent d293821 commit a073ad8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/osgi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<graphql.java.servlet.version>11.0.0-SNAPSHOT</graphql.java.servlet.version>
1818
<graphql.java.version>16.1</graphql.java.version>
1919
<karaf.version>4.2.10</karaf.version>
20-
<maven.compiler.source>1.8</maven.compiler.source>
21-
<maven.compiler.target>1.8</maven.compiler.target>
20+
u <maven.compiler.source>11</maven.compiler.source>
21+
<maven.compiler.target>11</maven.compiler.target>
2222
</properties>
2323

2424
<version>10.1.0</version>

gradle.properties

Lines changed: 2 additions & 2 deletions
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=1.8
15-
TARGET_COMPATIBILITY=1.8
14+
SOURCE_COMPATIBILITY=11
15+
TARGET_COMPATIBILITY=11

graphql-java-servlet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333

3434
// Unit testing
3535
testImplementation "org.apache.groovy:groovy-all:4.0.6"
36-
testImplementation "org.spockframework:spock-core:2.1-groovy-3.0"
36+
testImplementation "org.spockframework:spock-core:2.3-groovy-4.0"
3737
testRuntimeOnly "cglib:cglib-nodep:3.3.0"
3838
testRuntimeOnly "org.objenesis:objenesis:3.3"
3939
testImplementation "org.slf4j:slf4j-simple:$LIB_SLF4J_VER"

0 commit comments

Comments
 (0)