This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 3a45bd3 [SPARK-57017] Upgrade `Netty` to 4.2.14.Final
3a45bd3 is described below
commit 3a45bd3f47b50cad49ec3c9946c16fedd8a87da2
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri May 22 15:42:36 2026 -0700
[SPARK-57017] Upgrade `Netty` to 4.2.14.Final
### What changes were proposed in this pull request?
This PR aims to upgrade `Netty` to 4.2.14.Final.
### Why are the changes needed?
To bring the latest bug fixes and improvements.
- https://netty.io/news/2026/05/20/4-2-14-Final.html
- https://github.com/netty/netty/pull/16747
- https://github.com/netty/netty/pull/16759
- https://github.com/netty/netty/pull/16767
- https://github.com/netty/netty/pull/16781
- https://github.com/netty/netty/pull/16788
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.7
Closes #689 from dongjoon-hyun/SPARK-57017.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 7401bc4..9e13ae3 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -17,7 +17,7 @@
[versions]
fabric8 = "7.7.0"
lombok = "1.18.46"
-netty = "4.2.13.Final"
+netty = "4.2.14.Final"
operator-sdk = "5.3.4"
dropwizard-metrics = "4.2.38"
spark = "4.2.0-preview5"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]