File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ dependencies {
5353 compile ' javax.servlet:javax.servlet-api:3.0.1'
5454
5555 // GraphQL
56- compile ' com.graphql-java:graphql-java:8 .0'
56+ compile ' com.graphql-java:graphql-java:9 .0'
5757
5858 testCompile ' io.github.graphql-java:graphql-java-annotations:5.2'
5959
6060 // JSON
61- compile ' com.fasterxml.jackson.core:jackson-core:2.8.4 '
62- compile ' com.fasterxml.jackson.core:jackson-annotations:2.8.4 '
63- compile ' com.fasterxml.jackson.core:jackson-databind:2.8.4 '
64- compile ' com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.8.4 '
61+ compile ' com.fasterxml.jackson.core:jackson-core:2.8.11 '
62+ compile ' com.fasterxml.jackson.core:jackson-annotations:2.8.11 '
63+ compile ' com.fasterxml.jackson.core:jackson-databind:2.8.11 '
64+ compile ' com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.8.11 '
6565}
6666
6767apply plugin : ' osgi'
You can’t perform that action at this time.
0 commit comments