File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ PROJECT_DEV_ID=oliemansm
9
9
PROJECT_DEV_NAME =Michiel Oliemans
10
10
LIB_GRAPHQL_JAVA_VER =19.2
11
11
LIB_JACKSON_VER =2.13.4
12
- LIB_SLF4J_VER =2.0.2
12
+ LIB_SLF4J_VER =2.0.3
13
13
LIB_LOMBOK_VER =1.18.24
14
14
SOURCE_COMPATIBILITY =1.8
15
15
TARGET_COMPATIBILITY =1.8
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
32
32
33
33
// Unit testing
34
34
testImplementation " org.codehaus.groovy:groovy-all:3.0.13"
35
- testImplementation " org.spockframework:spock-core:2.1 -groovy-3 .0"
35
+ testImplementation " org.spockframework:spock-core:2.2 -groovy-4 .0"
36
36
testRuntimeOnly " cglib:cglib-nodep:3.3.0"
37
37
testRuntimeOnly " org.objenesis:objenesis:3.3"
38
38
testImplementation " org.slf4j:slf4j-simple:$LIB_SLF4J_VER "
You can’t perform that action at this time.
0 commit comments