Repository: wicket Updated Branches: refs/heads/master f4d5ddc84 -> d595e1635
Update Spring to 4.3.6, Mockito to 2.6.9 and Log4j2 to 2.8 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/08434e82 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/08434e82 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/08434e82 Branch: refs/heads/master Commit: 08434e8279182be160913d56d18deb44b8533766 Parents: f4d5ddc Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sun Jan 29 00:30:03 2017 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sun Jan 29 00:30:03 2017 +0100 ---------------------------------------------------------------------- .../quickstart/src/main/resources/archetype-resources/pom.xml | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/08434e82/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml index d75a8f5..cfb582e 100644 --- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml @@ -43,8 +43,8 @@ </licenses> <properties> <wicket.version>8.0.0-SNAPSHOT</wicket.version> - <jetty9.version>9.3.12.v20160915</jetty9.version> - <log4j.version>2.7</log4j.version> + <jetty9.version>9.4.0.v20161208</jetty9.version> + <log4j.version>2.8</log4j.version> <junit.version>4.12</junit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- allowed values: R7, 1.0, 1.5, 2.0 or none --> http://git-wip-us.apache.org/repos/asf/wicket/blob/08434e82/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 76876aa..8d6bfe3 100644 --- a/pom.xml +++ b/pom.xml @@ -131,11 +131,11 @@ <jetty.version>9.4.0.v20161208</jetty.version> <joda-time.version>2.9.7</joda-time.version> <junit.version>4.12</junit.version> - <spring.version>4.3.5.RELEASE</spring.version> + <spring.version>4.3.6.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.19.1</maven.surefire.version> - <mockito.version>2.6.5</mockito.version> + <mockito.version>2.6.9</mockito.version> <slf4j.version>1.7.22</slf4j.version> <hamcrest.version>2.0.0.0</hamcrest.version> <objenesis.version>2.5.1</objenesis.version>
