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

psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new f5d80c2  HBASE-29468 Bump org.apache.commons:commons-lang3 to 3.18.0 
(#146)
f5d80c2 is described below

commit f5d80c26b7cdc95d5581ba4cbfac93dd4e086043
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 29 08:01:22 2025 +0200

    HBASE-29468 Bump org.apache.commons:commons-lang3 to 3.18.0 (#146)
    
    Signed-off-by: Nihal Jain <[email protected]>
    Signed-off-by: Chandra Sekhar K <[email protected]>
    Signed-off-by: Dávid Paksy <[email protected]>
---
 kafka/hbase-kafka-proxy/pom.xml | 4 +---
 pom.xml                         | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/kafka/hbase-kafka-proxy/pom.xml b/kafka/hbase-kafka-proxy/pom.xml
old mode 100755
new mode 100644
index 8df7052..6f3b359
--- a/kafka/hbase-kafka-proxy/pom.xml
+++ b/kafka/hbase-kafka-proxy/pom.xml
@@ -29,10 +29,9 @@
   <groupId>org.apache.hbase.connectors.kafka</groupId>
   <artifactId>hbase-kafka-proxy</artifactId>
   <name>Apache HBase - Kafka Proxy</name>
-  <description>Proxy that forwards HBase replication events to a Kakfa 
broker</description>
+  <description>Proxy that forwards HBase replication events to a Kafka 
broker</description>
   <properties>
     <collections.version>4.1</collections.version>
-    <commons-lang3.version>3.6</commons-lang3.version>
     <kafka-clients.version>2.0.0</kafka-clients.version>
     <curator.version>4.2.0</curator.version>
   </properties>
@@ -157,7 +156,6 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>${commons-lang3.version}</version>
     </dependency>
   </dependencies>
   <build>
diff --git a/pom.xml b/pom.xml
index 3d99059..f8a6408 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
     <protobuf.plugin.version>0.5.0</protobuf.plugin.version>
     <commons-io.version>2.18.0</commons-io.version>
     <avro.version>1.11.4</avro.version>
-    <commons-lang3.version>3.17.0</commons-lang3.version>
+    <commons-lang3.version>3.18.0</commons-lang3.version>
     <os.maven.version>1.6.1</os.maven.version>
     <glassfish.el.version>3.0.1-b08</glassfish.el.version>
     <compat.module>hbase-hadoop2-compat</compat.module>

Reply via email to