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:15 UTC

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

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>