This is an automated email from the ASF dual-hosted git repository.
dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new bd5b386229 DRILL-8200: Update Hadoop libs to ≥ 3.2.3 for
CVE-2022-26612 (set hadoop.version) (#2550)
bd5b386229 is described below
commit bd5b38622963f345bbb0d08ffb79607cf9e560ba
Author: James Turton <[email protected]>
AuthorDate: Mon May 16 12:54:18 2022 +0200
DRILL-8200: Update Hadoop libs to ≥ 3.2.3 for CVE-2022-26612 (set
hadoop.version) (#2550)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d966cbc4de..bff9f8b6c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
for example parquet-hadoop-bundle and derby dependencies.
-->
<hive.version>3.1.2</hive.version>
- <hadoop.version>3.2.2</hadoop.version>
+ <hadoop.version>3.2.3</hadoop.version>
<hbase.version>2.4.9</hbase.version>
<fmpp.version>1.0</fmpp.version>
<freemarker.version>2.3.28</freemarker.version>