Skip to content

Commit ab90ccc

Browse files
dongjoon-hyunLuciferYang
authored andcommitted
[SPARK-42382][BUILD] Upgrade cyclonedx-maven-plugin to 2.7.6
### What changes were proposed in this pull request? This pr aims upgrade `cyclonedx-maven-plugin` to 2.7.6 for Apache Spark 3.5.0. ### Why are the changes needed? The release notes as follows: - https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.4 - https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.5 - https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.6 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass GitHub Actions. - Manual check the `cyclonedx.xml` file can be generated normally. Closes #40726 from dongjoon-hyun/SPARK-42382. Lead-authored-by: Dongjoon Hyun <[email protected]> Co-authored-by: yangjie01 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
1 parent 086e25b commit ab90ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3439,7 +3439,7 @@
34393439
<plugin>
34403440
<groupId>org.cyclonedx</groupId>
34413441
<artifactId>cyclonedx-maven-plugin</artifactId>
3442-
<version>2.7.3</version>
3442+
<version>2.7.6</version>
34433443
<executions>
34443444
<execution>
34453445
<phase>package</phase>

0 commit comments

Comments
 (0)