mirror of https://github.com/apache/kafka.git
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:
parent
8e211eb72f
commit
d61dc0c183
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue