You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by cn...@apache.org on 2023/04/17 16:44:19 UTC

[zookeeper] branch branch-3.8 updated: ZOOKEEPER-4688: Upgrade `cyclonedx-maven-plugin` to 2.7.6 (#1995)

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

cnauroth pushed a commit to branch branch-3.8
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.8 by this push:
     new 87935e905 ZOOKEEPER-4688: Upgrade `cyclonedx-maven-plugin` to 2.7.6 (#1995)
87935e905 is described below

commit 87935e905cf2b4c36f8ab86c84e77ac2189b366f
Author: Chris Nauroth <cn...@apache.org>
AuthorDate: Mon Apr 17 16:23:40 2023 +0000

    ZOOKEEPER-4688: Upgrade `cyclonedx-maven-plugin` to 2.7.6 (#1995)
    
    Closes #1995
    
    Signed-off-by: Chris Nauroth <cn...@apache.org>
    Reviewed-by: Christopher Tubbs <ct...@apache.org>
    (cherry picked from commit 89c1831f84891f425f1fa9224210587124f1c1ec)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b779296cb..a3c16fddc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -834,7 +834,7 @@
         <plugin>
           <groupId>org.cyclonedx</groupId>
           <artifactId>cyclonedx-maven-plugin</artifactId>
-          <version>2.7.3</version>
+          <version>2.7.6</version>
        </plugin>
       </plugins>
     </pluginManagement>