You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/03/07 14:43:44 UTC

[camel] 01/02: CAMEL-17757: camel-hbase - Upgrade to 2.4.10

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

commit 8436983574198ba340331f2f2cceaf0fcd318c99
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 7 15:38:54 2022 +0100

    CAMEL-17757: camel-hbase - Upgrade to 2.4.10
---
 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 b5e5cdd..226969a 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -256,7 +256,7 @@
     <hawtbuf-version>1.11</hawtbuf-version>
     <hawtdispatch-version>1.22</hawtdispatch-version>
     <hazelcast-version>5.1</hazelcast-version>
-    <hbase-version>2.3.1</hbase-version>
+    <hbase-version>2.4.10</hbase-version>
     <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
     <hibernate-validator-version>6.2.0.Final</hibernate-validator-version>
     <hibernate-version>5.4.32.Final</hibernate-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 7c278a0..b795ecc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -237,7 +237,7 @@
         <hawtbuf-version>1.11</hawtbuf-version>
         <hawtdispatch-version>1.22</hawtdispatch-version>
         <hazelcast-version>5.1</hazelcast-version>
-        <hbase-version>2.3.1</hbase-version>
+        <hbase-version>2.4.10</hbase-version>
         <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
         <hibernate-validator-version>6.2.0.Final</hibernate-validator-version>
         <hibernate-version>5.4.32.Final</hibernate-version>