You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2014/02/21 08:28:28 UTC

[04/11] git commit: Upgrade dependencies

Upgrade dependencies

Spring from 4.0.1 to 4.0.2
SLF4J from 1.7.5 to 1.7.6


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

Branch: refs/heads/sandbox/component-queueing-2
Commit: 7a4823cb8d339f59e83fe902f1a461c8ba88e00a
Parents: a419626
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Feb 20 12:07:43 2014 +0200
Committer: Igor Vaynberg <ig...@gmail.com>
Committed: Thu Feb 20 23:24:05 2014 -0800

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/7a4823cb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a2f6a77..1fa30dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,12 +33,12 @@
 		<jacoco.version>0.6.4.201312101107</jacoco.version>
 		<jetty.version>8.1.14.v20131031</jetty.version>
 		<jetty9.version>9.0.7.v20131107</jetty9.version>
-		<spring.version>4.0.1.RELEASE</spring.version>
+		<spring.version>4.0.2.RELEASE</spring.version>
 		<servlet-api.version>3.0.1</servlet-api.version>
 		<maven.javadoc.version>2.9.1</maven.javadoc.version>
 		<maven.surefire.version>2.12.2</maven.surefire.version>
 		<mockito.version>1.9.5</mockito.version>
-		<slf4j.version>1.7.5</slf4j.version>
+		<slf4j.version>1.7.6</slf4j.version>
 		<hamcrest.version>1.3</hamcrest.version>
 	</properties>
 	<modules>