You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2024/01/18 15:09:20 UTC

(flink-connector-kafka) branch main updated: [FLINK-33329] Bump org.apache.commons:commons-compress from 1.22 to 1.25.0. This closes #73

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 8d531898 [FLINK-33329] Bump org.apache.commons:commons-compress from 1.22 to 1.25.0. This closes #73
8d531898 is described below

commit 8d531898d7df775535084e0413442c86a4c497ed
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 18 16:09:14 2024 +0100

    [FLINK-33329] Bump org.apache.commons:commons-compress from 1.22 to 1.25.0. This closes #73
    
    * Bump org.apache.commons:commons-compress from 1.22 to 1.24.0
    
    Bumps org.apache.commons:commons-compress from 1.22 to 1.24.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    * [FLINK-33329] Bump org.apache.commons:commons-compress from 1.22 to 1.25.0
    
    ---------
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Martijn Visser <29...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f3131759..25d3c101 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,7 +424,7 @@ under the License.
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-compress</artifactId>
-                <version>1.22</version>
+                <version>1.25.0</version>
             </dependency>
 
             <dependency>