Skip to content

Commit b1c227f

Browse files
committed
Problem: Jackson is outdated
Solution: upgrade to 2.8.4
1 parent b33373b commit b1c227f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ dependencies {
121121
compile 'com.graphql-java:graphql-java-annotations:0.13.1'
122122

123123
// JSON
124-
compile 'com.fasterxml.jackson.core:jackson-core:2.7.3'
125-
compile 'com.fasterxml.jackson.core:jackson-annotations:2.7.3'
126-
compile 'com.fasterxml.jackson.core:jackson-databind:2.7.3'
127-
compile 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.7.3'
124+
compile 'com.fasterxml.jackson.core:jackson-core:2.8.4'
125+
compile 'com.fasterxml.jackson.core:jackson-annotations:2.8,4'
126+
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.4'
127+
compile 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.8.4'
128128

129129
}
130130

0 commit comments

Comments
 (0)