You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2017/04/24 21:22:29 UTC

[2/2] wicket git commit: Dependency updates:

Dependency updates:

- Spring  -> 4.3.8
- Jetty   -> 9.4.4
- Jackson -> 2.8.8


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

Branch: refs/heads/master
Commit: 2bf0ba8f0d0a3008ceaa10f3cf18692b32040538
Parents: 40ab5ec
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Apr 24 14:42:06 2017 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Apr 24 23:22:21 2017 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/2bf0ba8f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0023244..7886878 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,10 +129,10 @@
 		<!-- Project Versions -->
 		<cglib.version>3.2.5</cglib.version>
 		<jacoco.version>0.7.9</jacoco.version>
-		<jetty.version>9.4.3.v20170317</jetty.version>
+		<jetty.version>9.4.4.v20170414</jetty.version>
 		<joda-time.version>2.9.9</joda-time.version>
 		<junit.version>4.12</junit.version>
-		<spring.version>4.3.7.RELEASE</spring.version>
+		<spring.version>4.3.8.RELEASE</spring.version>
 		<servlet-api.version>3.1.0</servlet-api.version>
 		<maven.javadoc.version>2.10.4</maven.javadoc.version>
 		<maven.surefire.version>2.20</maven.surefire.version>
@@ -209,7 +209,7 @@
 			<dependency>
 				<groupId>com.fasterxml.jackson.core</groupId>
 				<artifactId>jackson-databind</artifactId>
-				<version>2.8.6</version>
+				<version>2.8.8</version>
 				<optional>true</optional>
 			</dependency>
 			<dependency>