Skip to content

Commit

Permalink
Update jackson deps to 2.9.5
Browse files Browse the repository at this point in the history
Fixes #314
  • Loading branch information
jakelandis committed Apr 12, 2018
1 parent 5938fa5 commit 263de80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.0.14
- - Update jackson deps to 2.9.5

## 5.0.13
- Fix broken 5.0.12 release

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.13
5.0.14
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ dependencies {
compile 'io.netty:netty-all:4.1.18.Final'
compile 'io.netty:netty-tcnative-boringssl-static:2.0.7.Final'
compile 'org.javassist:javassist:3.20.0-GA'
compile 'com.fasterxml.jackson.core:jackson-core:2.9.4'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.9.4'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.4'
compile 'com.fasterxml.jackson.module:jackson-module-afterburner:2.9.4'
compile 'com.fasterxml.jackson.core:jackson-core:2.9.5'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.9.5'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
compile 'com.fasterxml.jackson.module:jackson-module-afterburner:2.9.5'
compile 'org.apache.logging.log4j:log4j-api:2.6.2'

}
Expand Down

0 comments on commit 263de80

Please sign in to comment.