Update dependencies

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/37906baf
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/37906baf
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/37906baf

Branch: refs/heads/WICKET-6183
Commit: 37906baf53cbb9f5964fbc7e99dee5ea517afd0e
Parents: f5fae5a
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Mon May 30 17:53:40 2016 +0200
Committer: Andrea Del Bene <[email protected]>
Committed: Thu Jun 9 11:17:06 2016 +0200

----------------------------------------------------------------------
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/37906baf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cf418b2..135b302 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,14 +130,14 @@
                <jacoco.version>0.7.4.201502262128</jacoco.version>
                <jetty.version>8.1.16.v20140903</jetty.version>
                <jetty9.version>9.0.7.v20131107</jetty9.version>
-               <joda-time.version>2.7</joda-time.version>
+               <joda-time.version>2.9.4</joda-time.version>
                <junit.version>4.12</junit.version>
                <spring.version>4.1.7.RELEASE</spring.version>
                <servlet-api.version>3.0.1</servlet-api.version>
                <maven.javadoc.version>2.10.3</maven.javadoc.version>
-               <maven.surefire.version>2.18</maven.surefire.version>
-               <mockito.version>1.10.16</mockito.version>
-               <slf4j.version>1.7.12</slf4j.version>
+               <maven.surefire.version>2.19.1</maven.surefire.version>
+               <mockito.version>1.10.19</mockito.version>
+               <slf4j.version>1.7.21</slf4j.version>
                <hamcrest.version>2.0.0.0</hamcrest.version>
                <objenesis.version>2.1</objenesis.version>
                <!-- do not increase the version - wicket-user-guide requires 
2.2.4 -->
@@ -227,17 +227,17 @@
                        <dependency>
                                <groupId>commons-fileupload</groupId>
                                <artifactId>commons-fileupload</artifactId>
-                               <version>1.3.1</version>
+                               <version>1.3.2</version>
                        </dependency>
                        <dependency>
                                <groupId>commons-io</groupId>
                                <artifactId>commons-io</artifactId>
-                               <version>2.4</version>
+                               <version>2.5</version>
                        </dependency>
                        <dependency>
                                <groupId>de.agilecoders.wicket.webjars</groupId>
                                <artifactId>wicket-webjars</artifactId>
-                               <version>0.5.2</version>
+                               <version>0.5.4</version>
                        </dependency>
                        <dependency>
                                <groupId>javax.inject</groupId>

Reply via email to