Skip to content

Commit cfc42a4

Browse files
jplockapottere
authored andcommitted
Upgrade graphql-java and Jackson (#86)
1 parent 387ac86 commit cfc42a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

6767
apply plugin: 'osgi'

0 commit comments

Comments
 (0)