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 2016/06/10 20:02:27 UTC

wicket git commit: Update Spring to 4.3.0

Repository: wicket
Updated Branches:
  refs/heads/master 6d3e46d1d -> 25c56a24d


Update Spring to 4.3.0


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

Branch: refs/heads/master
Commit: 25c56a24d7708903e4075b757cda53f0743e5348
Parents: 6d3e46d
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Jun 10 22:02:04 2016 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Jun 10 22:02:04 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/25c56a24/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a071e24..aa7cb4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
 		<jetty.version>9.3.5.v20151012</jetty.version>
 		<joda-time.version>2.9.4</joda-time.version>
 		<junit.version>4.12</junit.version>
-		<spring.version>4.2.6.RELEASE</spring.version>
+		<spring.version>4.3.0.RELEASE</spring.version>
 		<servlet-api.version>3.1.0</servlet-api.version>
 		<maven.javadoc.version>2.10.3</maven.javadoc.version>
 		<maven.surefire.version>2.19.1</maven.surefire.version>