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

nicoloboschi pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new 906f438da68 [fix][security] Tiered storage: Upgrade Hadoop to 3.3.3 to 
get rid of CVE-2022-26612 (#15660)
906f438da68 is described below

commit 906f438da68d8f3ac204fafcc8c02471a7373693
Author: Nicolò Boschi <[email protected]>
AuthorDate: Mon May 23 13:30:38 2022 +0200

    [fix][security] Tiered storage: Upgrade Hadoop to 3.3.3 to get rid of 
CVE-2022-26612 (#15660)
    
    (cherry picked from commit d926582c14dfa7f98231289824b85d8f05e1d5f4)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 613c3d37a40..25dc660517f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <postgresql-jdbc.version>42.2.25</postgresql-jdbc.version>
     <clickhouse-jdbc.version>0.3.2</clickhouse-jdbc.version>
     <mariadb-jdbc.version>2.7.5</mariadb-jdbc.version>
-    <hdfs-offload-version3>3.3.1</hdfs-offload-version3>
+    <hdfs-offload-version3>3.3.3</hdfs-offload-version3>
     <json-smart.version>2.4.7</json-smart.version>
     <opensearch.version>1.2.4</opensearch.version>
     <presto.version>332</presto.version>

Reply via email to