This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 19ef1fcdb61 [improve][offload] Bump hadoop to 3.4.3 and hbase to 2.6.4
(#25396)
19ef1fcdb61 is described below
commit 19ef1fcdb61d1201e146f40b2e8b98dc74765cee
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Mar 24 18:15:27 2026 +0200
[improve][offload] Bump hadoop to 3.4.3 and hbase to 2.6.4 (#25396)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c2b7abbb643..9d9c8ad5912 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,10 +255,10 @@ flexible messaging model and an intuitive client
API.</description>
<debezium.mysql.version>9.4.0</debezium.mysql.version>
<jsonwebtoken.version>0.13.0</jsonwebtoken.version>
<opencensus.version>0.28.0</opencensus.version>
- <hadoop3.version>3.4.2</hadoop3.version>
+ <hadoop3.version>3.4.3</hadoop3.version>
<dnsjava3.version>3.6.2</dnsjava3.version>
<hdfs-offload-version3>${hadoop3.version}</hdfs-offload-version3>
- <hbase.version>2.6.3-hadoop3</hbase.version>
+ <hbase.version>2.6.4-hadoop3</hbase.version>
<guava.version>33.4.8-jre</guava.version>
<prometheus-jmx.version>0.16.1</prometheus-jmx.version>
<confluent.version>8.1.1</confluent.version>