You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by su...@apache.org on 2023/03/06 11:50:18 UTC

[rocketmq-connect] branch master updated: [ISSUE #434]Fix CVE dependency issue (#435)

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

sunxiaojian 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 47889ea1 [ISSUE #434]Fix CVE dependency issue (#435)
47889ea1 is described below

commit 47889ea1d9c83ad47c465bbeb0d13ce8e91702c4
Author: CVEDetect <89...@users.noreply.github.com>
AuthorDate: Mon Mar 6 19:50:13 2023 +0800

    [ISSUE #434]Fix CVE dependency issue (#435)
    
    * Update pom.xml
    
    * Update pom.xml
---
 connectors/rocketmq-connect-mongo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connectors/rocketmq-connect-mongo/pom.xml b/connectors/rocketmq-connect-mongo/pom.xml
index 9f9c1be5..653dab57 100644
--- a/connectors/rocketmq-connect-mongo/pom.xml
+++ b/connectors/rocketmq-connect-mongo/pom.xml
@@ -196,7 +196,7 @@
         <dependency>
             <groupId>org.apache.rocketmq</groupId>
             <artifactId>rocketmq-openmessaging</artifactId>
-            <version>4.3.2</version>
+            <version>5.1.0</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>