This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new c1aead6aa ORC-1407: Upgrade cyclonedx-maven-plugin to 2.7.6
c1aead6aa is described below

commit c1aead6aa6aa38a8cfb2860ab5f0ad6a6309466e
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Apr 10 11:58:16 2023 -0700

    ORC-1407: Upgrade cyclonedx-maven-plugin to 2.7.6
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `cycleonedx-maven-plugin` to 2.7.6.
    
    ### Why are the changes needed?
    
    This PR aims to bring the latest bug fixes of cyclonedx-maven-plugin.
    - 
https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.6
    - 
https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.5
    
    ### How was this patch tested?
    
    Pass the CIs and check SBOM artifacts.
    
    Closes #1463 from dongjoon-hyun/ORC-1407.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 8a2ea6554d6558a74904ec5bdf52ff37b04f50d7)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index df6972922..ba2c7dba4 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -878,7 +878,7 @@
       <plugin>
         <groupId>org.cyclonedx</groupId>
         <artifactId>cyclonedx-maven-plugin</artifactId>
-        <version>2.7.4</version>
+        <version>2.7.6</version>
         <executions>
           <execution>
             <goals>

Reply via email to