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 ac54fcb [SPARK-55102] Upgrade `com.gradleup.shadow` to 8.3.9
ac54fcb is described below
commit ac54fcb7b980521e49a17114cbacfe3f0575dbb1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Jan 20 22:07:28 2026 +0900
[SPARK-55102] Upgrade `com.gradleup.shadow` to 8.3.9
### What changes were proposed in this pull request?
This PR aims to upgrade `com.gradleup.shadow` to 8.3.9.
### Why are the changes needed?
To bring the latest bug fixed versions.
- https://github.com/GradleUp/shadow/releases/tag/8.3.9
- https://github.com/GradleUp/shadow/pull/1579
- https://github.com/GradleUp/shadow/releases/tag/8.3.8
- https://github.com/GradleUp/shadow/pull/1493
- https://github.com/GradleUp/shadow/pull/1488
- https://github.com/GradleUp/shadow/releases/tag/8.3.7
- https://github.com/GradleUp/shadow/pull/1470
### 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?
No.
Closes #469 from dongjoon-hyun/SPARK-55102.
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 2d28cbd..0bb6ca4 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -37,7 +37,7 @@ spotless-plugin = "8.1.0"
# Packaging
cyclonedx = "2.4.1"
-shadow-jar-plugin = "8.3.6"
+shadow-jar-plugin = "8.3.9"
[libraries]
kubernetes-client = { group = "io.fabric8", name = "kubernetes-client",
version.ref = "fabric8" }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]