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

jiabaosun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-mongodb.git


The following commit(s) were added to refs/heads/main by this push:
     new ee1146d  [FLINK-35010][connectors/mongodb] Bump 
org.apache.commons:commons-compress from 1.24.0 to 1.26.1
ee1146d is described below

commit ee1146dadf73e91ecb7a2b28cfa879e7fe3b3f22
Author: gongzhongqiang <[email protected]>
AuthorDate: Tue Apr 9 14:36:43 2024 +0800

    [FLINK-35010][connectors/mongodb] Bump org.apache.commons:commons-compress 
from 1.24.0 to 1.26.1
---
 pom.xml | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dfbe3db..3325945 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,7 @@ under the License.
                <junit5.version>5.8.1</junit5.version>
                <assertj.version>3.21.0</assertj.version>
                <testcontainers.version>1.17.2</testcontainers.version>
+               <commons-compress.version>1.26.1</commons-compress.version>
 
                <japicmp.skip>false</japicmp.skip>
                <japicmp.referenceVersion>3.0.0-1.16</japicmp.referenceVersion>
@@ -261,7 +262,21 @@ under the License.
                        <dependency>
                                <groupId>org.apache.commons</groupId>
                                <artifactId>commons-compress</artifactId>
-                               <version>1.24.0</version>
+                               <version>${commons-compress.version}</version>
+                       </dependency>
+
+                       <!-- For dependency convergence  -->
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>commons-lang3</artifactId>
+                               <version>3.14.0</version>
+                       </dependency>
+
+                       <!-- For dependency convergence  -->
+                       <dependency>
+                               <groupId>commons-io</groupId>
+                               <artifactId>commons-io</artifactId>
+                               <version>2.15.1</version>
                        </dependency>
 
                        <!-- For dependency convergence  -->

Reply via email to