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

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


The following commit(s) were added to refs/heads/main by this push:
     new 66e323a  [FLINK-35174][Connectors/RabbitMQ] Bump commons-compress to 
1.26.1
66e323a is described below

commit 66e323a3e79befc08ae03f2789a8aa94b343d504
Author: Danny Cranmer <[email protected]>
AuthorDate: Fri Apr 19 11:14:21 2024 +0100

    [FLINK-35174][Connectors/RabbitMQ] Bump commons-compress to 1.26.1
---
 pom.xml | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 91701fe..23c5fd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,7 +320,21 @@ under the License.
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-compress</artifactId>
-                <version>1.24.0</version>
+                <version>1.26.1</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