From cbbcdaa249b95c35a18bc2f64eeda44258943056 Mon Sep 17 00:00:00 2001 From: Idel Pivnitskiy Date: Mon, 11 May 2015 17:18:14 +0300 Subject: [PATCH] Update compression dependencies Motivation: New versions of compression libraries, which improve their performance and fix some bugs. Modifications: Updated versions of jzlib, compress-lzf, lz4 and commons-compres libraries. Result: Better stability and performance of compression codecs. --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ce4a1929ea..c1b37333be 100644 --- a/pom.xml +++ b/pom.xml @@ -714,17 +714,17 @@ com.jcraft jzlib - 1.1.2 + 1.1.3 com.ning compress-lzf - 1.0.1 + 1.0.3 net.jpountz.lz4 lz4 - 1.2.0 + 1.3.0 com.github.jponge @@ -868,7 +868,7 @@ org.apache.commons commons-compress - 1.8.1 + 1.9 test