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

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


The following commit(s) were added to refs/heads/main by this push:
     new 723275e  Upgrade lzf to 1.1
723275e is described below

commit 723275ef3aaa126cc674a3cc68721e9f8da3fad9
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Feb 10 10:54:57 2022 +0100

    Upgrade lzf to 1.1
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index e80151f..d1a1bfd 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -154,7 +154,7 @@
     <commons-text-version>1.9</commons-text-version>
     <commons-validator-version>1.7</commons-validator-version>
     <compiler.fork>true</compiler.fork>
-    <compress-lzf-version>1.0.4</compress-lzf-version>
+    <compress-lzf-version>1.1</compress-lzf-version>
     <consul-client-version>1.5.3</consul-client-version>
     <corda-version>4.8</corda-version>
     <couchbase-client-version>3.2.0</couchbase-client-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index c7f7c91..9e56338 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -137,7 +137,7 @@
         <commons-pool2-version>2.11.1</commons-pool2-version>
         <commons-text-version>1.9</commons-text-version>
         <commons-validator-version>1.7</commons-validator-version>
-        <compress-lzf-version>1.0.4</compress-lzf-version>
+        <compress-lzf-version>1.1</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.8</corda-version>

Reply via email to