Skip to content

Commit cc77bbb

Browse files
authored
Merge pull request #15 from aliyun/dependabot/maven/org.apache.commons-commons-compress-1.26.0
Bump org.apache.commons:commons-compress from 1.21 to 1.26.0
2 parents eebff1b + 3e0b003 commit cc77bbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<dependency>
123123
<groupId>org.apache.commons</groupId>
124124
<artifactId>commons-compress</artifactId>
125-
<version>1.21</version>
125+
<version>1.26.0</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>com.google.guava</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>org.apache.commons</groupId>
121121
<artifactId>commons-compress</artifactId>
122-
<version>1.21</version>
122+
<version>1.26.0</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)