This is an automated email from the ASF dual-hosted git repository.
cnauroth pushed a commit to branch branch-3.7
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.7 by this push:
new bc0191b0a ZOOKEEPER-4688: Upgrade `cyclonedx-maven-plugin` to 2.7.6
(#1995)
bc0191b0a is described below
commit bc0191b0af103f4de7859c6a549570ba3ee046e3
Author: Chris Nauroth <[email protected]>
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 <[email protected]>
Reviewed-by: Christopher Tubbs <[email protected]>
(cherry picked from commit 89c1831f84891f425f1fa9224210587124f1c1ec)
(cherry picked from commit 87935e905cf2b4c36f8ab86c84e77ac2189b366f)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d6d1b958c..54f5e58e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -798,7 +798,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
- <version>2.7.3</version>
+ <version>2.7.6</version>
</plugin>
</plugins>
</pluginManagement>