Repository: aurora Updated Branches: refs/heads/master c465fb1e2 -> 4d7730bc4
Bump jetty dependency to the latest release. A useful fix from the jetty-9.3.10.v20160621 release: > 623 Add --gzip suffix to 304 responses with ETAGs Without this fix adding ETAG support to the scheduler with gzipped requests and responses is not possible. Reviewed at https://reviews.apache.org/r/50937/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/4d7730bc Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/4d7730bc Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/4d7730bc Branch: refs/heads/master Commit: 4d7730bc4405f9c2abf57e11b77c27ad8d7e9e4e Parents: c465fb1 Author: Zameer Manji <[email protected]> Authored: Wed Aug 10 11:02:56 2016 -0700 Committer: Zameer Manji <[email protected]> Committed: Wed Aug 10 11:02:56 2016 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/4d7730bc/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index f466b3a..d5a3a7a 100644 --- a/build.gradle +++ b/build.gradle @@ -339,7 +339,7 @@ sourceSets { dependencies { def shiroRev = '1.2.4' - def jettyDep = '9.3.6.v20151106' + def jettyDep = '9.3.11.v20160721' compile project(':api') compile project(':commons')
