This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch 1.20 in repository https://gitbox.apache.org/repos/asf/drill.git
commit 5daf51a399211c467fa22c0a82945d58cac157b6 Author: PJ Fanning <[email protected]> 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 25a54718ad..6d3d1f4cc1 100644 --- a/pom.xml +++ b/pom.xml @@ -4004,7 +4004,7 @@ </property> </activation> <properties> - <hadoop.version>2.10.1</hadoop.version> + <hadoop.version>2.10.2</hadoop.version> </properties> <dependencyManagement> <dependencies>
