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

[rocketmq-connect] branch master updated: Bump hadoop-common in /connectors/rocketmq-connect-hudi (#159)

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

zhoubo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-connect.git


The following commit(s) were added to refs/heads/master by this push:
     new 7be5348  Bump hadoop-common in /connectors/rocketmq-connect-hudi (#159)
7be5348 is described below

commit 7be53483346a4c19a2b8ad18c00383c2a947ecce
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 17 14:18:51 2022 +0800

    Bump hadoop-common in /connectors/rocketmq-connect-hudi (#159)
    
    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>
---
 connectors/rocketmq-connect-hudi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connectors/rocketmq-connect-hudi/pom.xml b/connectors/rocketmq-connect-hudi/pom.xml
index efa57b2..11fa1df 100644
--- a/connectors/rocketmq-connect-hudi/pom.xml
+++ b/connectors/rocketmq-connect-hudi/pom.xml
@@ -280,7 +280,7 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-common</artifactId>
-            <version>3.3.1</version>
+            <version>3.3.2</version>
         </dependency>
 
     </dependencies>