File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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 =11
15
- TARGET_COMPATIBILITY =11
14
+ SOURCE_COMPATIBILITY =17
15
+ TARGET_COMPATIBILITY =17
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
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 "
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 '
42
42
testImplementation ' com.google.guava:guava:31.1-jre'
43
43
}
You can’t perform that action at this time.
0 commit comments