You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/28 14:36:44 UTC

[camel] branch master updated: Upgrade LZ4 Java to version 1.6.0

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new e2613c9  Upgrade LZ4 Java to version 1.6.0
e2613c9 is described below

commit e2613c957f3c9842ea8eac7cc5c0857228bdd58d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue May 28 16:11:06 2019 +0200

    Upgrade LZ4 Java to version 1.6.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c985357..2829ca1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -460,7 +460,7 @@
         <lucene-version-range>[7,8)</lucene-version-range>
         <lightcouch-version>0.2.0</lightcouch-version>
         <lightcouch-bundle-version>0.2.0_1</lightcouch-bundle-version>
-        <lz4-version>1.5.0</lz4-version>
+        <lz4-version>1.6.0</lz4-version>
         <!-- needed from tooling/archetypes -->
         <!-- use antrun 1.6 as 1.7 fails with finding tools.jar on java on some platforms -->
         <maven-antrun-plugin-version>1.6</maven-antrun-plugin-version>