Skip to content

Commit 9216de8

Browse files
committed
Problem: graphql-java-annotations 0.11.0 has been outdated
Solution: use 0.12.0
1 parent 90eb69c commit 9216de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ dependencies {
118118

119119
// GraphQL
120120
compile 'com.graphql-java:graphql-java:2.1.0'
121-
compile 'com.graphql-java:graphql-java-annotations:0.11.0'
121+
compile 'com.graphql-java:graphql-java-annotations:0.12.0'
122122

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

0 commit comments

Comments
 (0)