From 263de8021706395d5233da73948ac42a271cf8d7 Mon Sep 17 00:00:00 2001 From: Jake Landis Date: Thu, 12 Apr 2018 15:42:57 -0500 Subject: [PATCH] Update jackson deps to 2.9.5 Fixes #314 --- CHANGELOG.md | 3 +++ VERSION | 2 +- build.gradle | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 511154e6..cc4880ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 5.0.14 + - - Update jackson deps to 2.9.5 + ## 5.0.13 - Fix broken 5.0.12 release diff --git a/VERSION b/VERSION index 2713f141..4b57201a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.13 +5.0.14 diff --git a/build.gradle b/build.gradle index f9fbde62..6f7fa7af 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }