Skip to content

Commit 9351c12

Browse files
committed
Upgrade dependencies
This fixes #60
1 parent 870e3a4 commit 9351c12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.codehaus.plexus</groupId>
5353
<artifactId>plexus-container-default</artifactId>
54-
<version>1.0-alpha-9-stable-1</version>
54+
<version>1.0-alpha-30</version>
5555
<scope>provided</scope>
5656
</dependency>
5757
<dependency>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.apache.commons</groupId>
6969
<artifactId>commons-compress</artifactId>
70-
<version>1.11</version>
70+
<version>1.14</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.iq80.snappy</groupId>
@@ -83,13 +83,13 @@
8383
<dependency>
8484
<groupId>com.google.code.findbugs</groupId>
8585
<artifactId>jsr305</artifactId>
86-
<version>3.0.0</version>
86+
<version>3.0.2</version>
8787
<scope>provided</scope>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.tukaani</groupId>
9191
<artifactId>xz</artifactId>
92-
<version>1.5</version>
92+
<version>1.6</version>
9393
<scope>runtime</scope>
9494
</dependency>
9595
</dependencies>

0 commit comments

Comments
 (0)