This is an automated email from the ASF dual-hosted git repository.
nicoloboschi pushed a commit to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.8 by this push:
new 730bc43484b [fix][security] Tiered storage: Upgrade Hadoop to 3.3.3 to
get rid of CVE-2022-26612 (#15660)
730bc43484b is described below
commit 730bc43484b5b817dafd9418286891653fdd66d2
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 1df823763b6..a9900acd3e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@ flexible messaging model and an intuitive client
API.</description>
<postgresql-jdbc.version>42.2.25</postgresql-jdbc.version>
<clickhouse-jdbc.version>0.2.4</clickhouse-jdbc.version>
<mariadb-jdbc.version>2.6.0</mariadb-jdbc.version>
- <hdfs-offload-version3>3.3.0</hdfs-offload-version3>
+ <hdfs-offload-version3>3.3.3</hdfs-offload-version3>
<elasticsearch.version>7.9.1</elasticsearch.version>
<presto.version>332</presto.version>
<scala.binary.version>2.11</scala.binary.version>