[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] <support@github.com>

* [FLINK-35008] Address dependency convergence due to bumped commons-compress

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martijn Visser <2989614+MartijnVisser@users.noreply.github.com>
diff --git a/pom.xml b/pom.xml
index 1554376..907bd67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,7 +424,14 @@
             <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>