You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by yz...@apache.org on 2022/09/23 04:01:31 UTC

[mnemonic] branch master updated: MNEMONIC-759: Upgrade Hadoop version to remove the potential vulnerabilities

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

yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git


The following commit(s) were added to refs/heads/master by this push:
     new c3e990c  MNEMONIC-759: Upgrade Hadoop version to remove the potential vulnerabilities
c3e990c is described below

commit c3e990c153752c9c8ddcfd1366955f6803a0e1d8
Author: Zane <rh...@hotmail.com>
AuthorDate: Thu Sep 22 15:27:30 2022 -0700

    MNEMONIC-759: Upgrade Hadoop version to remove the potential vulnerabilities
    
    Signed-off-by: Zane <rh...@hotmail.com>
---
 mnemonic-hadoop/mnemonic-hadoop-mapreduce/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mnemonic-hadoop/mnemonic-hadoop-mapreduce/build.gradle b/mnemonic-hadoop/mnemonic-hadoop-mapreduce/build.gradle
index ed984ab..2b4e649 100644
--- a/mnemonic-hadoop/mnemonic-hadoop-mapreduce/build.gradle
+++ b/mnemonic-hadoop/mnemonic-hadoop-mapreduce/build.gradle
@@ -30,7 +30,7 @@ compileTestJava {
 }
 
 dependencies {
-  def hadoop_version = '2.7.3'
+  def hadoop_version = '2.10.2'
 
   annotationProcessor project(':mnemonic-core')
   api project(':mnemonic-collections')