Bumping commons compress for CVE-2018-11771.

This commit is contained in:
Rob Greene 2019-03-05 22:23:29 -06:00
parent 5ff79e05a8
commit 30eef62cb8

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>a2geek.apple2</groupId> <groupId>a2geek.apple2</groupId>
<artifactId>apple2-image-encoder</artifactId> <artifactId>apple2-image-encoder</artifactId>
<version>5.0.0-SNAPSHOT</version> <version>4.4.1-FINAL</version>
<name>Apple II Image Encoder</name> <name>Apple II Image Encoder</name>
<description>A utility that got out of hand and became an application to move modern images to the Apple II platform.</description> <description>A utility that got out of hand and became an application to move modern images to the Apple II platform.</description>
@ -13,7 +13,6 @@
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
<maven.shade.version>3.0.0</maven.shade.version> <maven.shade.version>3.0.0</maven.shade.version>
<junit.version>4.12</junit.version> <junit.version>4.12</junit.version>
<commons-compress.version>1.14</commons-compress.version>
</properties> </properties>
<dependencies> <dependencies>
@ -26,7 +25,7 @@
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId> <artifactId>commons-compress</artifactId>
<version>${commons-compress.version}</version> <version>[1.18,)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.brotli</groupId> <groupId>org.brotli</groupId>
@ -71,4 +70,4 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>