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 @@ -7,7 +7,7 @@ PROJECT_LICENSE=MIT
77PROJECT_LICENSE_URL =https://github.com/graphql-java-kickstart/spring-java-servlet/blob/master/LICENSE.md
88PROJECT_DEV_ID =oliemansm
99PROJECT_DEV_NAME =Michiel Oliemans
10- LIB_GRAPHQL_JAVA_VER =20.1
10+ LIB_GRAPHQL_JAVA_VER =20.2
1111LIB_JACKSON_VER =2.14.2
1212LIB_SLF4J_VER =2.0.7
1313LIB_LOMBOK_VER =1.18.26
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 testImplementation ' io.github.graphql-java:graphql-java-annotations:9.1'
3333
3434 // Unit testing
35- testImplementation " org.apache.groovy:groovy-all:4.0.10 "
35+ testImplementation " org.apache.groovy:groovy-all:4.0.11 "
3636 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"
You can’t perform that action at this time.
0 commit comments