Skip to content

Commit

Permalink
v1.2.3 - Updated dependencies, fixed Junrar vulnerability.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Oct 17, 2018
1 parent c8644ab commit d4cb6ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
28 changes: 6 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dscalzi</groupId>
<artifactId>ZipExtractor</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<name>Zip Extractor</name>
<description>Utility plugin to extract archives and compress files.</description>
<url>https://github.com/dscalzi/ZipExtractor</url>
Expand Down Expand Up @@ -63,7 +63,7 @@
<relocations>
<relocation>
<pattern>org.bstats</pattern>
<shadedPattern>lib.org.bstats</shadedPattern>
<shadedPattern>com.dscalzi.bstats</shadedPattern>
</relocation>
</relocations>
<filters>
Expand All @@ -72,9 +72,9 @@
<excludes>
<exclude>META-INF/**</exclude>
</excludes>
</filter>
</filter>
<filter>
<artifact>commons-logging:commons-logging-api</artifact>
<artifact>commons-logging:commons-logging</artifact>
<includes>
<include>org/apache/commons/logging/**</include>
</includes>
Expand Down Expand Up @@ -113,30 +113,14 @@
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.6</version>
<version>1.8</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.github.junrar/junrar -->
<dependency>
<groupId>com.github.junrar</groupId>
<artifactId>junrar</artifactId>
<version>0.7</version>
<version>3.0.0</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-svnexe</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-svn-commons</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ author: Daniel Scalzi
description: Utility plugin to extract archives and compress files.
main: com.dscalzi.zipextractor.ZipExtractor
name: ZipExtractor
version: 1.2.2
version: 1.2.3
api-version: 1.13
commands:
zipextractor:
Expand Down

0 comments on commit d4cb6ed

Please sign in to comment.