Skip to content

Commit eaf65a0

Browse files
fix(deps): update all non-major dependencies
1 parent 8413d85 commit eaf65a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PROJECT_LICENSE=MIT
77
PROJECT_LICENSE_URL=https://github.com/graphql-java-kickstart/spring-java-servlet/blob/master/LICENSE.md
88
PROJECT_DEV_ID=oliemansm
99
PROJECT_DEV_NAME=Michiel Oliemans
10-
LIB_GRAPHQL_JAVA_VER=20.1
10+
LIB_GRAPHQL_JAVA_VER=20.2
1111
LIB_JACKSON_VER=2.14.2
1212
LIB_SLF4J_VER=2.0.7
1313
LIB_LOMBOK_VER=1.18.26

graphql-java-servlet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)