Skip to content

Commit 1c39e3b

Browse files
[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] <[email protected]> * [FLINK-35008] Address dependency convergence due to bumped commons-compress --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martijn Visser <[email protected]>
1 parent c47abb3 commit 1c39e3b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,14 @@ under the License.
424424
<dependency>
425425
<groupId>org.apache.commons</groupId>
426426
<artifactId>commons-compress</artifactId>
427-
<version>1.25.0</version>
427+
<version>1.26.1</version>
428+
</dependency>
429+
430+
<!-- For dependency convergence -->
431+
<dependency>
432+
<groupId>commons-io</groupId>
433+
<artifactId>commons-io</artifactId>
434+
<version>2.15.1</version>
428435
</dependency>
429436

430437
<dependency>

0 commit comments

Comments
 (0)