Skip to content

Commit 9b1302d

Browse files
committed
Upgrade plugins
This fixes #8
1 parent 4a4bda6 commit 9b1302d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,24 @@
3838
<dependency>
3939
<groupId>org.codehaus.plexus</groupId>
4040
<artifactId>plexus-utils</artifactId>
41-
<version>3.0.22</version>
41+
<version>3.0.24</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.codehaus.plexus</groupId>
4545
<artifactId>plexus-container-default</artifactId>
4646
<scope>test</scope>
47-
<version>1.0-alpha-9-stable-1</version>
47+
<version>1.0-alpha-30</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.code.findbugs</groupId>
5151
<artifactId>jsr305</artifactId>
52-
<version>3.0.0</version>
52+
<version>3.0.2</version>
5353
<scope>provided</scope>
5454
</dependency>
5555
<dependency>
5656
<groupId>commons-io</groupId>
5757
<artifactId>commons-io</artifactId>
58-
<version>2.2</version>
58+
<version>2.5</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>junit</groupId>

0 commit comments

Comments
 (0)