This is an automated email from the ASF dual-hosted git repository.
technoboy 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 a3047a83d60 [fix][sec] Upgrade hadoop3 version from 3.4.0 to 3.4.1
(#24950)
a3047a83d60 is described below
commit a3047a83d605bf4c406d20e023cc2f3473e03b5a
Author: guptas6est <[email protected]>
AuthorDate: Thu Nov 6 02:55:46 2025 +0000
[fix][sec] Upgrade hadoop3 version from 3.4.0 to 3.4.1 (#24950)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ae8d9013903..61c57300253 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,7 +252,7 @@ flexible messaging model and an intuitive client
API.</description>
<debezium.mysql.version>9.4.0</debezium.mysql.version>
<jsonwebtoken.version>0.11.1</jsonwebtoken.version>
<opencensus.version>0.28.0</opencensus.version>
- <hadoop3.version>3.4.0</hadoop3.version>
+ <hadoop3.version>3.4.1</hadoop3.version>
<dnsjava3.version>3.6.2</dnsjava3.version>
<hdfs-offload-version3>${hadoop3.version}</hdfs-offload-version3>
<hbase.version>2.6.0-hadoop3</hbase.version>