Update Jetty for the quickstart archetype. Fixes a security vulnerability in previous versions
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a781d337 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a781d337 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a781d337 Branch: refs/heads/pr-86-media_tags Commit: a781d337d6dd436e525d3439c3209a49e3f07752 Parents: 804b557 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Feb 25 11:02:08 2015 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Feb 25 11:03:06 2015 +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/a781d337/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 88e6afb..c5912c9 100644 --- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml @@ -43,7 +43,7 @@ </licenses> <properties> <wicket.version>7.0.0-SNAPSHOT</wicket.version> - <jetty9.version>9.2.8.v20150217</jetty9.version> + <jetty9.version>9.2.9.v20150224</jetty9.version> <log4j.version>2.1</log4j.version> <junit.version>4.12</junit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
