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/06/30 07:35:28 UTC

[camel] 02/02: Upgrade to hbase 2.4.12

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 e55c901c33044b9985820a0ff7461bb08688d288
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jun 30 09:35:09 2022 +0200

    Upgrade to hbase 2.4.12
---
 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 d87cef02eec..df139c36a05 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -252,7 +252,7 @@
     <hawtbuf-version>1.11</hawtbuf-version>
     <hawtdispatch-version>1.22</hawtdispatch-version>
     <hazelcast-version>5.1.2</hazelcast-version>
-    <hbase-version>2.4.10</hbase-version>
+    <hbase-version>2.4.12</hbase-version>
     <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
     <hibernate-validator-version>6.2.3.Final</hibernate-validator-version>
     <hibernate-version>5.6.9.Final</hibernate-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 5c604218cda..4d5a0869b96 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -233,7 +233,7 @@
         <hawtbuf-version>1.11</hawtbuf-version>
         <hawtdispatch-version>1.22</hawtdispatch-version>
         <hazelcast-version>5.1.2</hazelcast-version>
-        <hbase-version>2.4.10</hbase-version>
+        <hbase-version>2.4.12</hbase-version>
         <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
         <hibernate-validator-version>6.2.3.Final</hibernate-validator-version>
         <hibernate-version>5.6.9.Final</hibernate-version>