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

jamesnetherton pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new 9df6b266ca9 CAMEL-18535: Upgrade HBase to 2.5.0
9df6b266ca9 is described below

commit 9df6b266ca9f8cf3fcf4f739f9211feaa5aa0133
Author: James Netherton <[email protected]>
AuthorDate: Wed Sep 21 18:07:03 2022 +0100

    CAMEL-18535: Upgrade HBase to 2.5.0
---
 camel-dependencies/pom.xml                | 2 +-
 components/camel-hbase/pom.xml            | 4 ++++
 parent/pom.xml                            | 2 +-
 test-infra/camel-test-infra-hbase/pom.xml | 4 ++++
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 3ecbdf3bfa2..609661aaf9f 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -254,7 +254,7 @@
     <hawtbuf-version>1.11</hawtbuf-version>
     <hawtdispatch-version>1.22</hawtdispatch-version>
     <hazelcast-version>5.1.2</hazelcast-version>
-    <hbase-version>2.4.12</hbase-version>
+    <hbase-version>2.5.0</hbase-version>
     <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
     <hibernate-validator-version>6.2.4.Final</hibernate-validator-version>
     <hibernate-version>5.6.10.Final</hibernate-version>
diff --git a/components/camel-hbase/pom.xml b/components/camel-hbase/pom.xml
index 61e2afcd730..518390744ec 100644
--- a/components/camel-hbase/pom.xml
+++ b/components/camel-hbase/pom.xml
@@ -45,6 +45,10 @@
                     <groupId>org.slf4j</groupId>
                     <artifactId>slf4j-log4j12</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-reload4j</artifactId>
+                </exclusion>
                 <exclusion>
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 69103a9a953..6488524fbfe 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -235,7 +235,7 @@
         <hawtbuf-version>1.11</hawtbuf-version>
         <hawtdispatch-version>1.22</hawtdispatch-version>
         <hazelcast-version>5.1.2</hazelcast-version>
-        <hbase-version>2.4.12</hbase-version>
+        <hbase-version>2.5.0</hbase-version>
         <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
         <hibernate-validator-version>6.2.4.Final</hibernate-validator-version>
         <hibernate-version>5.6.10.Final</hibernate-version>
diff --git a/test-infra/camel-test-infra-hbase/pom.xml 
b/test-infra/camel-test-infra-hbase/pom.xml
index a991faafcd5..d2c5397004a 100644
--- a/test-infra/camel-test-infra-hbase/pom.xml
+++ b/test-infra/camel-test-infra-hbase/pom.xml
@@ -52,6 +52,10 @@
                     <groupId>org.slf4j</groupId>
                     <artifactId>slf4j-log4j12</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-reload4j</artifactId>
+                </exclusion>
                 <exclusion>
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>

Reply via email to