Repository: wicket Updated Branches: refs/heads/master fd2ce6b38 -> fc8b23ebb
Update Log4j2 to 2.6.2 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/be4a1295 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/be4a1295 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/be4a1295 Branch: refs/heads/master Commit: be4a12959fca7dfd24346af5a87c8cac399911df Parents: fd2ce6b Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Jul 11 11:45:56 2016 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Jul 11 11:45:56 2016 +0200 ---------------------------------------------------------------------- .../quickstart/src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/be4a1295/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 1bd68e1..3dbc777 100644 --- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml @@ -44,7 +44,7 @@ <properties> <wicket.version>8.0.0-SNAPSHOT</wicket.version> <jetty9.version>9.3.8.v20160314</jetty9.version> - <log4j.version>2.6.1</log4j.version> + <log4j.version>2.6.2</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 -->
