This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit e9941bc29f69278af050821abd5c98f1c2a16245 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) (cherry picked from commit a3047a83d605bf4c406d20e023cc2f3473e03b5a) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 47a3d5e387b..7c42437799b 100644 --- a/pom.xml +++ b/pom.xml @@ -249,7 +249,7 @@ flexible messaging model and an intuitive client API.</description> <wildfly-elytron.version>1.15.16.Final</wildfly-elytron.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>
