You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by sn...@apache.org on 2024/03/21 21:16:24 UTC

(flink-connector-elasticsearch) branch main updated: [hotfix] Bump org.apache.commons:commons-compress from 1.24.0 to 1.26.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 49edb1a  [hotfix] Bump org.apache.commons:commons-compress from 1.24.0 to 1.26.0
49edb1a is described below

commit 49edb1a51d353b9420e06d4cf958fd3c82d2a978
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 21 22:16:19 2024 +0100

    [hotfix] Bump org.apache.commons:commons-compress from 1.24.0 to 1.26.0
    
    add commons-lang3 3.14.0 for dependency convergence
    add commons-io 2.15.1 for dependency convergence
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:production
    ...
    
    Co-authored-by: snuyanzin
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6d47a06..9ae4694 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,7 +285,21 @@ under the License.
 			<dependency>
 				<groupId>org.apache.commons</groupId>
 				<artifactId>commons-compress</artifactId>
-				<version>1.24.0</version>
+				<version>1.26.0</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  -->