Repository: wicket Updated Branches: refs/heads/master 9eba234e8 -> cfcfc26d7
Jetty updated due to bug https://github.com/eclipse/jetty.project/issues/1797 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/cfcfc26d Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/cfcfc26d Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/cfcfc26d Branch: refs/heads/master Commit: cfcfc26d76fe399b20eaaadcb2780570a10e82ef Parents: 9eba234 Author: Andrea Del Bene <[email protected]> Authored: Fri Oct 13 17:25:06 2017 +0200 Committer: Andrea Del Bene <[email protected]> Committed: Fri Oct 13 17:25:06 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/cfcfc26d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c2b4997..a5cf4db 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ <!-- Project Versions --> <cglib.version>3.2.5</cglib.version> <jacoco.version>0.7.9</jacoco.version> - <jetty.version>9.4.6.v20170531</jetty.version> + <jetty.version>9.4.7.v20170914</jetty.version> <joda-time.version>2.9.9</joda-time.version> <junit.version>4.12</junit.version> <spring.version>4.3.10.RELEASE</spring.version>
