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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6912289  Getting rid of CVE in MongoDB connector (CVE-2021-20328) 
(#13947)
6912289 is described below

commit 6912289e8ed3075aac03b80d9473f78690102c63
Author: Andrey Yegorov <[email protected]>
AuthorDate: Fri Jan 28 07:37:43 2022 -0800

    Getting rid of CVE in MongoDB connector (CVE-2021-20328) (#13947)
---
 pulsar-io/mongo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-io/mongo/pom.xml b/pulsar-io/mongo/pom.xml
index 3a527c2..2532770 100644
--- a/pulsar-io/mongo/pom.xml
+++ b/pulsar-io/mongo/pom.xml
@@ -33,7 +33,7 @@
   <name>Pulsar IO :: MongoDB</name>
 
   <properties>
-    <mongo-reactivestreams.version>4.1.0</mongo-reactivestreams.version>
+    <mongo-reactivestreams.version>4.1.2</mongo-reactivestreams.version>
   </properties>
 
   <dependencies>

Reply via email to