Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit 3329c93

Browse files
committed
bump apache commons versions
1 parent 12b33d4 commit 3329c93

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cakeshop-api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<dependency>
194194
<groupId>commons-io</groupId>
195195
<artifactId>commons-io</artifactId>
196-
<version>2.5</version>
196+
<version>2.7</version>
197197
<type>jar</type>
198198
</dependency>
199199
<dependency>
@@ -211,7 +211,7 @@
211211
<dependency>
212212
<groupId>org.apache.commons</groupId>
213213
<artifactId>commons-compress</artifactId>
214-
<version>1.19</version>
214+
<version>1.21</version>
215215
</dependency>
216216
<dependency>
217217
<groupId>org.apache.commons</groupId>

cakeshop-client-java-codegen/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>commons-io</groupId>
5252
<artifactId>commons-io</artifactId>
53-
<version>2.4</version>
53+
<version>2.7</version>
5454
</dependency>
5555

5656
<dependency>

cakeshop-client-java-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>commons-io</groupId>
4141
<artifactId>commons-io</artifactId>
42-
<version>2.4</version>
42+
<version>2.7</version>
4343
</dependency>
4444

4545
</dependencies>

cakeshop-client-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<dependency>
169169
<groupId>commons-io</groupId>
170170
<artifactId>commons-io</artifactId>
171-
<version>2.4</version>
171+
<version>2.7</version>
172172
<scope>test</scope>
173173
</dependency>
174174

0 commit comments

Comments
 (0)