Skip to content

Commit 30eef62

Browse files
committed
Bumping commons compress for CVE-2018-11771.
1 parent 5ff79e0 commit 30eef62

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>a2geek.apple2</groupId>
66
<artifactId>apple2-image-encoder</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>4.4.1-FINAL</version>
88
<name>Apple II Image Encoder</name>
99
<description>A utility that got out of hand and became an application to move modern images to the Apple II platform.</description>
1010

@@ -13,7 +13,6 @@
1313
<maven.compiler.target>1.8</maven.compiler.target>
1414
<maven.shade.version>3.0.0</maven.shade.version>
1515
<junit.version>4.12</junit.version>
16-
<commons-compress.version>1.14</commons-compress.version>
1716
</properties>
1817

1918
<dependencies>
@@ -26,7 +25,7 @@
2625
<dependency>
2726
<groupId>org.apache.commons</groupId>
2827
<artifactId>commons-compress</artifactId>
29-
<version>${commons-compress.version}</version>
28+
<version>[1.18,)</version>
3029
</dependency>
3130
<dependency>
3231
<groupId>org.brotli</groupId>
@@ -71,4 +70,4 @@
7170
</plugin>
7271
</plugins>
7372
</build>
74-
</project>
73+
</project>

0 commit comments

Comments
 (0)