Repository: wicket Updated Branches: refs/heads/master c0cc33aaf -> e22614277
Upgrade Jetty to 9.4.5 - fixes an issue with url-encoded jsessionid X-ref: https://github.com/eclipse/jetty.project/issues/1502 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e2261427 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e2261427 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e2261427 Branch: refs/heads/master Commit: e22614277685199ed56c3aa855fdb0daf454027e Parents: c0cc33a Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Thu May 4 16:42:46 2017 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Thu May 4 16:42:46 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/e2261427/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a4623ad..83d423d 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.4.v20170414</jetty.version> + <jetty.version>9.4.5.v20170502</jetty.version> <joda-time.version>2.9.9</joda-time.version> <junit.version>4.12</junit.version> <spring.version>4.3.8.RELEASE</spring.version>
