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 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 >
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ LIB_GRAPHQL_JAVA_VER=19.2
1111LIB_JACKSON_VER =2.13.4
1212LIB_SLF4J_VER =2.0.2
1313LIB_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 {
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 "
You can’t perform that action at this time.
0 commit comments