You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2022/06/20 13:13:56 UTC

[drill] branch master updated: DRILL-8251: Upgrade Hadoop 2 Due To CVE (#2577)

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

cgivre 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 53e6f2697b DRILL-8251: Upgrade Hadoop 2 Due To CVE (#2577)
53e6f2697b is described below

commit 53e6f2697b31cb76a38e75fe95283512715d28c3
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Mon Jun 20 14:13:50 2022 +0100

    DRILL-8251: Upgrade Hadoop 2 Due To CVE (#2577)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 45e9e6f8a8..5434390b80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4007,7 +4007,7 @@
         </property>
       </activation>
       <properties>
-        <hadoop.version>2.10.1</hadoop.version>
+        <hadoop.version>2.10.2</hadoop.version>
       </properties>
       <dependencyManagement>
         <dependencies>