File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 5.0.13
1+ 5.0.14
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments