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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1c39e3b7 [FLINK-35008] Bump org.apache.commons:commons-compress from 
1.25.0 to 1.26.1 (#87)
1c39e3b7 is described below

commit 1c39e3b7495640c9b3784ec672097741c072cebb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 11 13:43:59 2024 +0200

    [FLINK-35008] Bump org.apache.commons:commons-compress from 1.25.0 to 
1.26.1 (#87)
    
    * [FLINK-35008] Bump org.apache.commons:commons-compress from 1.25.0 to 
1.26.1
    
    Bumps org.apache.commons:commons-compress from 1.25.0 to 1.26.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    
    * [FLINK-35008] Address dependency convergence due to bumped 
commons-compress
    
    ---------
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Martijn Visser 
<2989614+martijnvis...@users.noreply.github.com>
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 15543767..907bd67a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,7 +424,14 @@ under the License.
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-compress</artifactId>
-                <version>1.25.0</version>
+                <version>1.26.1</version>
+            </dependency>
+
+            <!-- For dependency convergence -->
+            <dependency>
+                <groupId>commons-io</groupId>
+                <artifactId>commons-io</artifactId>
+                <version>2.15.1</version>
             </dependency>
 
             <dependency>

Reply via email to