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 2023/07/11 10:12:14 UTC

[camel] branch compress-lzf created (now 4b7cc657e95)

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

acosentino pushed a change to branch compress-lzf
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 4b7cc657e95 Upgrade Compress LZF to version 1.1.2

This branch includes the following new commits:

     new 4b7cc657e95 Upgrade Compress LZF to version 1.1.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Upgrade Compress LZF to version 1.1.2

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4b7cc657e9535ed2f23ddcc3804e3c2cdfcfa4ee
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 11 12:11:53 2023 +0200

    Upgrade Compress LZF to version 1.1.2
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 65a5bf84a68..f73a0ad553c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -113,7 +113,7 @@
         <commons-pool2-version>2.11.1</commons-pool2-version>
         <commons-text-version>1.10.0</commons-text-version>
         <commons-validator-version>1.7</commons-validator-version>
-        <compress-lzf-version>1.1</compress-lzf-version>
+        <compress-lzf-version>1.1.2</compress-lzf-version>
         <consul-client-version>1.5.3</consul-client-version>
         <cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>
         <corda-version>4.10</corda-version>