Skip to content

Commit 263de80

Browse files
committed
Update jackson deps to 2.9.5
Fixes #314
1 parent 5938fa5 commit 263de80

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.0.14
2+
- - Update jackson deps to 2.9.5
3+
14
## 5.0.13
25
- Fix broken 5.0.12 release
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.13
1+
5.0.14

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ dependencies {
2525
compile 'io.netty:netty-all:4.1.18.Final'
2626
compile 'io.netty:netty-tcnative-boringssl-static:2.0.7.Final'
2727
compile 'org.javassist:javassist:3.20.0-GA'
28-
compile 'com.fasterxml.jackson.core:jackson-core:2.9.4'
29-
compile 'com.fasterxml.jackson.core:jackson-annotations:2.9.4'
30-
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.4'
31-
compile 'com.fasterxml.jackson.module:jackson-module-afterburner:2.9.4'
28+
compile 'com.fasterxml.jackson.core:jackson-core:2.9.5'
29+
compile 'com.fasterxml.jackson.core:jackson-annotations:2.9.5'
30+
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
31+
compile 'com.fasterxml.jackson.module:jackson-module-afterburner:2.9.5'
3232
compile 'org.apache.logging.log4j:log4j-api:2.6.2'
3333

3434
}

0 commit comments

Comments
 (0)