Skip to content

Commit 12bacb2

Browse files
committed
Bump commons-compress to version 1.26.0
1 parent 2e09c7f commit 12bacb2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

gxoffice/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@
3434
<artifactId>poi-ooxml</artifactId>
3535
<version>${poi.version}</version>
3636
</dependency>
37-
<dependency>
37+
<dependency>
38+
<groupId>org.apache.commons</groupId>
39+
<artifactId>commons-compress</artifactId>
40+
<version>1.26.0</version>
41+
</dependency>
42+
43+
<dependency>
3844
<groupId>org.apache.poi</groupId>
3945
<artifactId>poi</artifactId>
4046
<version>${poi.version}</version>

gxsearch/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@
2929
<artifactId>poi-ooxml</artifactId>
3030
<version>${poi.version}</version>
3131
</dependency>
32-
<dependency>
32+
<dependency>
33+
<groupId>org.apache.commons</groupId>
34+
<artifactId>commons-compress</artifactId>
35+
<version>1.26.0</version>
36+
</dependency>
37+
38+
<dependency>
3339
<groupId>org.apache.lucene</groupId>
3440
<artifactId>lucene-core</artifactId>
3541
<version>2.2.0</version>

0 commit comments

Comments
 (0)