Skip to content

Commit b5b1b69

Browse files
Fokkosrowen
authored andcommitted
[SPARK-29445][CORE] Bump netty-all from 4.1.39.Final to 4.1.42.Final
### What changes were proposed in this pull request? Minor version bump of Netty to patch reported CVE. Patches: https://www.cvedetails.com/cve/CVE-2019-16869/ ### Why are the changes needed? ### Does this PR introduce any user-facing change? No ### How was this patch tested? Compiled locally using `mvn clean install -DskipTests` Closes #26099 from Fokko/SPARK-29445. Authored-by: Fokko Driesprong <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent e94abd7 commit b5b1b69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/deps/spark-deps-hadoop-2.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ metrics-graphite-3.1.5.jar
154154
metrics-json-3.1.5.jar
155155
metrics-jvm-3.1.5.jar
156156
minlog-1.3.0.jar
157-
netty-all-4.1.39.Final.jar
157+
netty-all-4.1.42.Final.jar
158158
objenesis-2.5.1.jar
159159
okapi-shade-0.4.2.jar
160160
okhttp-3.8.1.jar

dev/deps/spark-deps-hadoop-3.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ metrics-json-3.1.5.jar
170170
metrics-jvm-3.1.5.jar
171171
minlog-1.3.0.jar
172172
mssql-jdbc-6.2.1.jre7.jar
173-
netty-all-4.1.39.Final.jar
173+
netty-all-4.1.42.Final.jar
174174
nimbus-jose-jwt-4.41.1.jar
175175
objenesis-2.5.1.jar
176176
okapi-shade-0.4.2.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@
658658
<dependency>
659659
<groupId>io.netty</groupId>
660660
<artifactId>netty-all</artifactId>
661-
<version>4.1.39.Final</version>
661+
<version>4.1.42.Final</version>
662662
</dependency>
663663
<dependency>
664664
<groupId>org.apache.derby</groupId>

0 commit comments

Comments
 (0)