Skip to content

Commit 8a380d4

Browse files
committed
Problem: graphql-java-annotations 0.12.0 is outdated
Solution: upgrade to 0.13.0 and update graphql-java as well
1 parent 62bb279 commit 8a380d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

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

118118
// GraphQL
119-
compile 'com.graphql-java:graphql-java:2.1.0'
120-
compile 'com.graphql-java:graphql-java-annotations:0.12.0'
119+
compile 'com.graphql-java:graphql-java:2.2.0'
120+
compile 'com.graphql-java:graphql-java-annotations:0.13.0'
121121

122122
// JSON
123123
compile 'com.fasterxml.jackson.core:jackson-core:2.7.3'

0 commit comments

Comments
 (0)