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 15ddd37 [SPARK-58143] Upgrade `spotbugs-gradle-plugin` to 6.5.9
15ddd37 is described below
commit 15ddd375bd59b877a97e353f9c794d55030a6ea9
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jul 15 08:14:41 2026 -0700
[SPARK-58143] Upgrade `spotbugs-gradle-plugin` to 6.5.9
### What changes were proposed in this pull request?
This PR aims to upgrade `spotbugs-gradle-plugin` to 6.5.9. In addition,
`gradle/verification-metadata.xml` is regenerated accordingly.
### Why are the changes needed?
To bring the latest bug fixes:
- https://github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.5.9
### Does this PR introduce _any_ user-facing change?
No, this is a build-time dependency change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Fable 5
Closes #756 from dongjoon-hyun/SPARK-58143.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
gradle/libs.versions.toml | 2 +-
gradle/verification-metadata.xml | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 88483a8..6800bb8 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -35,7 +35,7 @@ awaitility = "4.3.0"
checkstyle = "13.4.2"
pmd = "7.24.0"
spotbugs-tool = "4.10.2"
-spotbugs-plugin = "6.5.8"
+spotbugs-plugin = "6.5.9"
spotless-plugin = "8.8.0"
# Packaging
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 275aa2c..9c82b39 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -430,12 +430,12 @@
<sha512
value="35fbddbefc28daf534f0c4021b94ff2227c799ffc906f8c7e18485c602ccd96d518bac989a47dfc8ccb4d68b06565905403976c55dd84cfac61de56834181169"
origin="Generated by Gradle"/>
</artifact>
</component>
- <component group="com.github.spotbugs.snom"
name="spotbugs-gradle-plugin" version="6.5.8">
- <artifact name="spotbugs-gradle-plugin-6.5.8.jar">
- <sha512
value="9262e728fe982b5e517821a9473a7527c941bfcad3a77f2fa57ee1abbadd2fbc4b8bb5d9536e42471a7e35c8591576183e4661f41690b1f4c8656e70bffd1455"
origin="Generated by Gradle"/>
+ <component group="com.github.spotbugs.snom"
name="spotbugs-gradle-plugin" version="6.5.9">
+ <artifact name="spotbugs-gradle-plugin-6.5.9.jar">
+ <sha512
value="e20d90348fd5408c98d64d8015e34dd635690a1ea3ae2e212b7bd53abfc9a5ff0ed9daf9026d8e56a09247ed41830968820093e7dd978088b9c2f38745df69d4"
origin="Generated by Gradle"/>
</artifact>
- <artifact name="spotbugs-gradle-plugin-6.5.8.module">
- <sha512
value="8890c62930635cb850969de103179ae646e96bfb238ec0ddec878ba0f8e5d06b7ff1b1b767c72e9568633a771357ba5ba883ed09ec5754ec80db626e07bdbdf1"
origin="Generated by Gradle"/>
+ <artifact name="spotbugs-gradle-plugin-6.5.9.module">
+ <sha512
value="247ef86331235a778d7d260aff86e71818a26b2f69e0bcf9376f1f8c82641d98ae4a123d173b51a135f24bce51891a46ae48fe6b09539b3e9827d8a7d4ed851a"
origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.github.stephenc.jcip" name="jcip-annotations"
version="1.0-1">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]