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

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f21989305 Build: Bump org.apache.commons:commons-compress from 1.26.0 
to 1.26.2 (#10868)
1f21989305 is described below

commit 1f21989305d92f1530c785c826b221bddfb4ce0b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 5 09:08:07 2024 +0200

    Build: Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.2 
(#10868)
    
    Bumps org.apache.commons:commons-compress from 1.26.0 to 1.26.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 kafka-connect/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kafka-connect/build.gradle b/kafka-connect/build.gradle
index 60fa879d29..a0e55f2340 100644
--- a/kafka-connect/build.gradle
+++ b/kafka-connect/build.gradle
@@ -71,7 +71,7 @@ 
project(':iceberg-kafka-connect:iceberg-kafka-connect-runtime') {
       resolutionStrategy {
         force 'org.codehaus.jettison:jettison:1.5.4'
         force 'org.xerial.snappy:snappy-java:1.1.10.5'
-        force 'org.apache.commons:commons-compress:1.26.0'
+        force 'org.apache.commons:commons-compress:1.26.2'
         force 'org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.2.0'
       }
     }

Reply via email to