Skip to content

Commit e70580b

Browse files
committed
- Update graphql-java to 2.1.0 to get support of directive locations
- Update graphql-java-annotations to 0.11.0 - Fix minor typo in project description
1 parent 939678c commit e70580b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ dependencies {
117117
compile 'commons-fileupload:commons-fileupload:1.3.1'
118118

119119
// GraphQL
120-
compile 'com.graphql-java:graphql-java:2.0.0'
121-
compile 'com.graphql-java:graphql-java-annotations:0.9.0'
120+
compile 'com.graphql-java:graphql-java:2.1.0'
121+
compile 'com.graphql-java:graphql-java-annotations:0.11.0'
122122

123123
// JSON
124124
compile 'com.fasterxml.jackson.core:jackson-core:2.7.3'
@@ -155,7 +155,7 @@ extraArchive {
155155
modifyPom {
156156
project {
157157
name 'graphql-java-servlet'
158-
description 'elay.js-compatible GraphQL servlet'
158+
description 'relay.js-compatible GraphQL servlet'
159159
url 'https://github.com/graphql-java/graphql-java-servlet'
160160
inceptionYear '2016'
161161

0 commit comments

Comments
 (0)