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

[systemds] branch main updated: [MINOR] Bump hadoop-common from 3.3.1 to 3.3.2 (#1640)

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

janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 962440657a [MINOR] Bump hadoop-common from 3.3.1 to 3.3.2 (#1640)
962440657a is described below

commit 962440657afaf21c34802ae29dea0808a2b2e7be
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Jun 18 23:47:50 2022 +0530

    [MINOR] Bump hadoop-common from 3.3.1 to 3.3.2 (#1640)
    
    Bumps hadoop-common from 3.3.1 to 3.3.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.hadoop:hadoop-common
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b9ab002d18..5578c827e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
 	</licenses>
 
 	<properties>
-		<hadoop.version>3.3.1</hadoop.version>
+		<hadoop.version>3.3.2</hadoop.version>
 		<antlr.version>4.8</antlr.version>
 		<protobuf.version>3.20.1</protobuf.version>
 		<spark.version>3.2.0</spark.version>