Skip to content

Commit d54c1c4

Browse files
authored
optimize: upgrade commons-compress to 1.27.1 (#7142)
1 parent b11cc1d commit d54c1c4

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

changes/en-us/2.x.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Add changes here for all PR submitted to the 2.x branch.
3131
- [[#7138](https://github.com/apache/incubator-seata/pull/7138)] Remove org.eclipse.jetty dependency
3232
- [[#7139](https://github.com/apache/incubator-seata/pull/7139)] upgrade xstream to 1.4.21
3333
- [[#7141](https://github.com/apache/incubator-seata/pull/7141)] remove unused dependencies
34+
- [[#7142](https://github.com/apache/incubator-seata/pull/7142)] upgrade commons-compress to 1.27.1
3435

3536

3637
### security:

changes/zh-cn/2.x.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- [[#7138](https://github.com/apache/incubator-seata/pull/7138)] 移除 org.eclipse.jetty 依赖
3232
- [[#7139](https://github.com/apache/incubator-seata/pull/7139)] 升级 xstream 至 1.4.21 版本
3333
- [[#7141](https://github.com/apache/incubator-seata/pull/7141)] 去除未使用的依赖
34+
- [[#7142](https://github.com/apache/incubator-seata/pull/7142)] 升级 commons-compress 至 1.27.1 版本
3435

3536

3637
### security:

dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<motan.version>1.0.0</motan.version>
7070
<jcommander.version>1.82</jcommander.version>
7171
<bucket4j.version>8.1.0</bucket4j.version>
72-
<commons-compress.version>1.21</commons-compress.version>
72+
<commons-compress.version>1.27.1</commons-compress.version>
7373
<ant.version>1.10.12</ant.version>
7474
<lz4.version>1.7.1</lz4.version>
7575
<jraft.version>1.3.14</jraft.version>

0 commit comments

Comments
 (0)