From 597bb85901e077fabe687179a463756b521f4700 Mon Sep 17 00:00:00 2001 From: Todd Fredrich Date: Fri, 29 Apr 2016 16:12:52 -0600 Subject: [PATCH] Upgraded Jackson Databind to 2.7.4 and Netty to 4.0.36.final --- README.md | 4 +++- core/pom.xml | 14 +++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1149671a..871f1a3f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,9 @@ Change History/Release Notes: --------------------------------------------------------------------------------------------------- Release 0.11.4-SNAPSHOT (in master) ----------------------------------- -* Issue #126 - Introduced RestExpress.noCompression() to turns off resopnse GZip and deflate encoding support (the Netty HttpContentCompressor is not put in the pipeline) for speed optimization of small payloads. +* Issue #126 - Introduced RestExpress.noCompression() to turns off response GZip and deflate encoding support (the Netty HttpContentCompressor is not put in the pipeline) for speed optimization (e.g. for small payloads). +* Upgraded Jackson Databind to 2.7.4 +* Upgraded Netty to 4.0.36.final Release 0.11.3 - 10 Feb 2016 ---------------------------- diff --git a/core/pom.xml b/core/pom.xml index 9cee613f..91ca1837 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -28,7 +28,7 @@ com.fasterxml.jackson.core jackson-databind - 2.7.1-1 + 2.7.4 com.thoughtworks.xstream @@ -38,13 +38,18 @@ io.netty netty-all - 4.0.34.Final + 4.0.36.Final org.owasp.encoder encoder 1.2 + + com.jcraft + jzlib + 1.1.3 + com.google.code.gson gson @@ -60,11 +65,6 @@ test true - - com.jcraft - jzlib - 1.1.3 -