We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4453de4 commit 4a59a24Copy full SHA for 4a59a24
build.gradle
@@ -25,13 +25,13 @@ repositories {
25
}
26
27
dependencies {
28
- compile 'com.fasterxml.jackson.core:jackson-databind:2.6.7'
29
- compile 'com.google.guava:guava:12.0.1'
30
- compile 'org.slf4j:slf4j-api:1.7.21'
31
- compileOnly 'javax.servlet:javax.servlet-api:3.0.1'
+ compile 'com.fasterxml.jackson.core:jackson-databind:2.9.1'
+ compile 'com.google.guava:guava:23.1-jre'
+ compile 'org.slf4j:slf4j-api:1.7.25'
+ compileOnly 'javax.servlet:javax.servlet-api:3.1.0'
32
33
testCompile 'junit:junit:4.12'
34
- testCompile 'org.slf4j:slf4j-jdk14:1.7.21'
+ testCompile 'org.slf4j:slf4j-jdk14:1.7.25'
35
36
37
test {
0 commit comments