From 9c29dab0919307cc2bddb57c34461c2fc95e692b Mon Sep 17 00:00:00 2001 From: Justin Plock Date: Thu, 6 Apr 2017 10:34:26 -0400 Subject: [PATCH] Upgrade to graphql-java 2.4.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4459c863..af288619 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { compile 'commons-fileupload:commons-fileupload:1.3.1' // GraphQL - compile 'com.graphql-java:graphql-java:2.3.0' + compile 'com.graphql-java:graphql-java:2.4.0' // Optional, but used for testing... not sure if there's a better way. compileOnly 'com.graphql-java:graphql-java-annotations:0.13.1'