File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
<graphql .java.servlet.version>11.0.0-SNAPSHOT</graphql .java.servlet.version>
18
18
<graphql .java.version>16.1</graphql .java.version>
19
19
<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>
22
22
</properties >
23
23
24
24
<version >10.1.0</version >
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ LIB_GRAPHQL_JAVA_VER=19.2
11
11
LIB_JACKSON_VER =2.13.4
12
12
LIB_SLF4J_VER =2.0.2
13
13
LIB_LOMBOK_VER =1.18.24
14
- SOURCE_COMPATIBILITY =1.8
15
- TARGET_COMPATIBILITY =1.8
14
+ SOURCE_COMPATIBILITY =11
15
+ TARGET_COMPATIBILITY =11
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
34
34
// Unit testing
35
35
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"
37
37
testRuntimeOnly " cglib:cglib-nodep:3.3.0"
38
38
testRuntimeOnly " org.objenesis:objenesis:3.3"
39
39
testImplementation " org.slf4j:slf4j-simple:$LIB_SLF4J_VER "
You can’t perform that action at this time.
0 commit comments