Skip to content

Commit d4cb6ed

Browse files
committed
v1.2.3 - Updated dependencies, fixed Junrar vulnerability.
1 parent c8644ab commit d4cb6ed

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

pom.xml

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.dscalzi</groupId>
44
<artifactId>ZipExtractor</artifactId>
5-
<version>1.2.2</version>
5+
<version>1.2.3</version>
66
<name>Zip Extractor</name>
77
<description>Utility plugin to extract archives and compress files.</description>
88
<url>https://github.com/dscalzi/ZipExtractor</url>
@@ -63,7 +63,7 @@
6363
<relocations>
6464
<relocation>
6565
<pattern>org.bstats</pattern>
66-
<shadedPattern>lib.org.bstats</shadedPattern>
66+
<shadedPattern>com.dscalzi.bstats</shadedPattern>
6767
</relocation>
6868
</relocations>
6969
<filters>
@@ -72,9 +72,9 @@
7272
<excludes>
7373
<exclude>META-INF/**</exclude>
7474
</excludes>
75-
</filter>
75+
</filter>
7676
<filter>
77-
<artifact>commons-logging:commons-logging-api</artifact>
77+
<artifact>commons-logging:commons-logging</artifact>
7878
<includes>
7979
<include>org/apache/commons/logging/**</include>
8080
</includes>
@@ -113,30 +113,14 @@
113113
<dependency>
114114
<groupId>org.tukaani</groupId>
115115
<artifactId>xz</artifactId>
116-
<version>1.6</version>
116+
<version>1.8</version>
117117
</dependency>
118118
<!-- https://mvnrepository.com/artifact/com.github.junrar/junrar -->
119119
<dependency>
120120
<groupId>com.github.junrar</groupId>
121121
<artifactId>junrar</artifactId>
122-
<version>0.7</version>
122+
<version>3.0.0</version>
123123
<exclusions>
124-
<exclusion>
125-
<groupId>org.codehaus.plexus</groupId>
126-
<artifactId>plexus-utils</artifactId>
127-
</exclusion>
128-
<exclusion>
129-
<groupId>org.apache.maven.scm</groupId>
130-
<artifactId>maven-scm-api</artifactId>
131-
</exclusion>
132-
<exclusion>
133-
<groupId>org.apache.maven.scm</groupId>
134-
<artifactId>maven-scm-provider-svnexe</artifactId>
135-
</exclusion>
136-
<exclusion>
137-
<groupId>org.apache.maven.scm</groupId>
138-
<artifactId>maven-scm-provider-svn-commons</artifactId>
139-
</exclusion>
140124
<exclusion>
141125
<groupId>org.apache.commons</groupId>
142126
<artifactId>commons-vfs2</artifactId>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ author: Daniel Scalzi
22
description: Utility plugin to extract archives and compress files.
33
main: com.dscalzi.zipextractor.ZipExtractor
44
name: ZipExtractor
5-
version: 1.2.2
5+
version: 1.2.3
66
api-version: 1.13
77
commands:
88
zipextractor:

0 commit comments

Comments
 (0)