This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 4be3d12 [SPARK-55419] Upgrade Netty to `4.2.10.Final`
4be3d12 is described below
commit 4be3d12abf304b79090e32137319bdd04a01a835
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Feb 7 18:49:38 2026 -0800
[SPARK-55419] Upgrade Netty to `4.2.10.Final`
### What changes were proposed in this pull request?
This PR aims to upgrade Netty to `4.2.10.Final` by overriding the
transitive one from the Apache Spark 4.1.x.
### Why are the changes needed?
To bring the latest bug fixed version in Apache Spark K8s Operator
- https://netty.io/news/2026/02/05/4-2-10.html
### 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?
`Gemini 3 Pro (High)` on `Antigravity`.
Closes #490 from dongjoon-hyun/SPARK-55419.
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 502a9e3..81fb78f 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -17,7 +17,7 @@
[versions]
fabric8 = "7.5.2"
lombok = "1.18.42"
-netty = "4.2.9.Final"
+netty = "4.2.10.Final"
operator-sdk = "5.2.2"
dropwizard-metrics = "4.2.37"
spark = "4.1.1"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]