Skip to content

Commit 5a22f9c

Browse files
thisHyukjinKwon
authored andcommitted
[SPARK-36432][BUILD] Upgrade Jetty version to 9.4.43
### What changes were proposed in this pull request? This PR upgrades Jetty version to `9.4.43.v20210629`. ### Why are the changes needed? To address vulnerability https://nvd.nist.gov/vuln/detail/CVE-2021-34429 which affects Jetty `9.4.42.v20210604`. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI Closes #33656 from this/upgrade-jetty-9.4.43. Lead-authored-by: Sajith Ariyarathna <[email protected]> Co-authored-by: Sajith Ariyarathna <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
1 parent f9f6c0d commit 5a22f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<derby.version>10.14.2.0</derby.version>
139139
<parquet.version>1.12.0</parquet.version>
140140
<orc.version>1.6.9</orc.version>
141-
<jetty.version>9.4.42.v20210604</jetty.version>
141+
<jetty.version>9.4.43.v20210629</jetty.version>
142142
<jakartaservlet.version>4.0.3</jakartaservlet.version>
143143
<chill.version>0.10.0</chill.version>
144144
<ivy.version>2.5.0</ivy.version>

0 commit comments

Comments
 (0)