This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 7d87fecda70 [SPARK-43878][BUILD] Upgrade `cyclonedx-maven-plugin` from
2.7.6 to 2.7.9
7d87fecda70 is described below
commit 7d87fecda7077714601cdf7328a11d2719a99bb1
Author: panbingkun <[email protected]>
AuthorDate: Tue May 30 08:54:32 2023 -0700
[SPARK-43878][BUILD] Upgrade `cyclonedx-maven-plugin` from 2.7.6 to 2.7.9
### What changes were proposed in this pull request?
The pr aims to upgrade `cyclonedx-maven-plugin` from 2.7.6 to 2.7.9.
### Why are the changes needed?
The release notes as follows:
-
https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.9
-
https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.8
-
https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.7
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GA.
Closes #41378 from panbingkun/SPARK-43878.
Authored-by: panbingkun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index aa4376856d0..fbf3b2e5f53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3438,7 +3438,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
- <version>2.7.6</version>
+ <version>2.7.9</version>
<executions>
<execution>
<phase>package</phase>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]