dongjoon-hyun opened a new pull request, #782: URL: https://github.com/apache/spark-kubernetes-operator/pull/782
### What changes were proposed in this pull request? This PR aims to update `cyclonedx` Gradle plugin to 3.3.0. ### Why are the changes needed? `cyclonedx-gradle-plugin` 3.3.0 registers SBOM tasks lazily via `addAllLater` instead of `afterEvaluate`, which makes the plugin more robust and fails loudly if some SBOMs are not generated. It also adds official test coverage for Gradle 9.5 and 9.6, which this repository uses. - https://github.com/CycloneDX/cyclonedx-gradle-plugin/releases/tag/cyclonedx-gradle-plugin-3.3.0 (2026-07-15) `gradle/verification-metadata.xml` was regenerated from scratch. In addition to the plugin and its transitive dependency updates (`maven` 3.9.14 → 3.9.16, `plexus-classworlds` 2.9.0 → 2.11.0), the new version resolves the dependency POMs under the verified `cyclonedxBom` configuration, so the corresponding `.pom` checksum entries were newly recorded. The existing `jar`/`module` checksums are unchanged. ### 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 Fable 5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
