Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 7a78927

Browse files
johnktimstimowest
authored andcommitted
Update dependency versions
1 parent 29eba2e commit 7a78927

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

pom.xml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
</scm>
2828

2929
<properties>
30-
<mvn.version>2.2.0</mvn.version>
31-
<querydsl.version>2.9.0</querydsl.version>
30+
<mvn.version>2.2.1</mvn.version>
31+
<querydsl.version>3.6.3</querydsl.version>
3232
</properties>
3333

3434
<dependencies>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.codehaus.plexus</groupId>
4242
<artifactId>plexus-utils</artifactId>
43-
<version>1.5.8</version>
43+
<version>3.0.22</version>
4444
</dependency>
4545

4646
<dependency>
@@ -65,9 +65,9 @@
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
68-
<groupId>org.apache.commons</groupId>
68+
<groupId>commons-io</groupId>
6969
<artifactId>commons-io</artifactId>
70-
<version>1.3.2</version>
70+
<version>2.4</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.google.guava</groupId>
@@ -79,20 +79,14 @@
7979
<dependency>
8080
<groupId>org.easymock</groupId>
8181
<artifactId>easymock</artifactId>
82-
<version>3.1</version>
82+
<version>3.3.1</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
8686
<groupId>junit</groupId>
8787
<artifactId>junit</artifactId>
88-
<version>4.4</version>
88+
<version>4.12</version>
8989
<scope>test</scope>
90-
<exclusions>
91-
<exclusion>
92-
<groupId>javax.servlet</groupId>
93-
<artifactId>servlet-api</artifactId>
94-
</exclusion>
95-
</exclusions>
9690
</dependency>
9791

9892
<dependency>

0 commit comments

Comments
 (0)