[SPARK-36729][BUILD] Upgrade Netty from 4.1.63 to 4.1.68

### What changes were proposed in this pull request?

This PR upgrades Netty from `4.1.63` to `4.1.68`.

All the changes from `4.1.64` to `4.1.68` are as follows.

* 4.1.64 and 4.1.65
  * https://netty.io/news/2021/05/19/4-1-65-Final.html
* 4.1.66
  * https://netty.io/news/2021/07/16/4-1-66-Final.html
* 4.1.67
  * https://netty.io/news/2021/08/16/4-1-67-Final.html
* 4.1.68
  * https://netty.io/news/2021/09/09/4-1-68-Final.html

### Why are the changes needed?

Recently Netty `4.1.68` was released, which includes official M1 Mac support.
* Add support for mac m1
  * https://github.com/netty/netty/pull/11666

`4.1.65` also includes a critical bug fix which Spark might be affected.
* JNI classloader deadlock with latest JDK version
  * https://github.com/netty/netty/issues/11209

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

CIs.

Closes #33970 from sarutak/upgrade-netty-4.1.68.

Authored-by: Kousuke Saruta <sarutak@oss.nttdata.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit e1e19619b7)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This commit is contained in:
Kousuke Saruta 2021-09-12 10:07:27 -07:00 committed by Dongjoon Hyun
parent 90c4cf3cf3
commit dad566c1f2
3 changed files with 3 additions and 3 deletions

View file

@ -190,7 +190,7 @@ metrics-jmx/4.2.0//metrics-jmx-4.2.0.jar
metrics-json/4.2.0//metrics-json-4.2.0.jar
metrics-jvm/4.2.0//metrics-jvm-4.2.0.jar
minlog/1.3.0//minlog-1.3.0.jar
netty-all/4.1.63.Final//netty-all-4.1.63.Final.jar
netty-all/4.1.68.Final//netty-all-4.1.68.Final.jar
objenesis/2.6//objenesis-2.6.jar
okhttp/3.12.12//okhttp-3.12.12.jar
okio/1.14.0//okio-1.14.0.jar

View file

@ -161,7 +161,7 @@ metrics-jmx/4.2.0//metrics-jmx-4.2.0.jar
metrics-json/4.2.0//metrics-json-4.2.0.jar
metrics-jvm/4.2.0//metrics-jvm-4.2.0.jar
minlog/1.3.0//minlog-1.3.0.jar
netty-all/4.1.63.Final//netty-all-4.1.63.Final.jar
netty-all/4.1.68.Final//netty-all-4.1.68.Final.jar
objenesis/2.6//objenesis-2.6.jar
okhttp/3.12.12//okhttp-3.12.12.jar
okio/1.14.0//okio-1.14.0.jar

View file

@ -754,7 +754,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.63.Final</version>
<version>4.1.68.Final</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>