Skip to content

Commit af80e01

Browse files
kiszksrowen
authored andcommitted
[SPARK-21373][CORE] Update Jetty to 9.3.20.v20170531
## What changes were proposed in this pull request? This PR upgrades jetty to the latest version 9.3.20.v20170531. The version includes the fix of CVE-2017-9735. Here are links to descriptions for CVE-2017-9735. * https://nvd.nist.gov/vuln/detail/CVE-2017-9735 * jetty/jetty.project#1556 Here is [a release note](https://github.com/eclipse/jetty.project/blob/jetty-9.3.x/VERSION.txt) for the latest jetty ## How was this patch tested? tested by existing test suites Author: Kazuaki Ishizaki <[email protected]> Closes apache#18601 from kiszk/SPARK-21373.
1 parent 425c4ad commit af80e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<derby.version>10.12.1.1</derby.version>
134134
<parquet.version>1.8.2</parquet.version>
135135
<hive.parquet.version>1.6.0</hive.parquet.version>
136-
<jetty.version>9.3.11.v20160721</jetty.version>
136+
<jetty.version>9.3.20.v20170531</jetty.version>
137137
<javaxservlet.version>3.1.0</javaxservlet.version>
138138
<chill.version>0.8.0</chill.version>
139139
<ivy.version>2.4.0</ivy.version>

0 commit comments

Comments
 (0)