MINOR: Update jetty to 9.4.33

Jetty 9.4.32 and before are affected by CVE-2020-27216. This vulnerability is fixed in Jetty 9.4.33, please see the jetty project security advisory for details: https://github.com/eclipse/jetty.project/security/advisories/GHSA-g3wg-6mcf-8jj6#advisory-comment-63053

Unit tests and integration tests pass locally after the upgrade.

Author: Nitesh Mor <nmor@confluent.io>

Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>

Closes #9556 from niteshmor/trunk
This commit is contained in:
Nitesh Mor 2020-11-09 22:14:29 +05:30 committed by Manikumar Reddy
parent 8e211eb72f
commit d61dc0c183
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ versions += [
easymock: "4.2", easymock: "4.2",
jackson: "2.10.5", jackson: "2.10.5",
jacoco: "0.8.5", jacoco: "0.8.5",
jetty: "9.4.30.v20200611", jetty: "9.4.33.v20201020",
jersey: "2.31", jersey: "2.31",
jmh: "1.23", jmh: "1.23",
hamcrest: "2.2", hamcrest: "2.2",