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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2e829cf39 ORC-1640: Upgrade cyclonedx-maven-plugin to 2.7.11
2e829cf39 is described below

commit 2e829cf398db6760a32d690e369839495d1a53bc
Author: sychen <[email protected]>
AuthorDate: Tue Feb 27 23:10:01 2024 -0800

    ORC-1640: Upgrade cyclonedx-maven-plugin to 2.7.11
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade cycleonedx-maven-plugin to 2.7.11.
    
    ### Why are the changes needed?
    Currently ORC uses version 2.7.6
    
    
https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.7
    
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.9
    
https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.10
    
https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.11
    
    ### How was this patch tested?
    GA
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #1827 from cxzl25/ORC-1640.
    
    Authored-by: sychen <[email protected]>
    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 d9dd05cf9..09b8a0ded 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -737,7 +737,7 @@
       <plugin>
         <groupId>org.cyclonedx</groupId>
         <artifactId>cyclonedx-maven-plugin</artifactId>
-        <version>2.7.6</version>
+        <version>2.7.11</version>
         <executions>
           <execution>
             <goals>

Reply via email to