From 1ed81bba79ab1de8a2e69f10100a389f10116975 Mon Sep 17 00:00:00 2001 From: ignaciolarranaga Date: Fri, 17 Apr 2020 18:00:56 -0300 Subject: [PATCH] Updating the graphql-java version. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 993ca07..76654c7 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ repositories { dependencies { - compile "com.graphql-java:graphql-java:10.0" + compile "com.graphql-java:graphql-java:14.0" compile "com.squareup.okhttp3:okhttp:3.2.0" testCompile 'org.spockframework:spock-core:1.1-groovy-2.4'