Skip to content

Commit

Permalink
Upgrade to Jackson 2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
larsga committed Jun 1, 2019
1 parent a958cb1 commit 45956bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ repositories {
}

dependencies {
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.8'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.9'

testCompile 'junit:junit:4.12'
testCompile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.8'
testCompile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.9'
}

ext {
Expand Down

0 comments on commit 45956bb

Please sign in to comment.