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 <[email protected]> Authored: Thu Feb 20 12:07:43 2014 +0200 Committer: Igor Vaynberg <[email protected]> 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>
