This is an automated email from the ASF dual-hosted git repository.
cnauroth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 89c1831f8 ZOOKEEPER-4688: Upgrade `cyclonedx-maven-plugin` to 2.7.6
(#1995)
89c1831f8 is described below
commit 89c1831f84891f425f1fa9224210587124f1c1ec
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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a488ba793..9252090ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -927,7 +927,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
- <version>2.7.3</version>
+ <version>2.7.6</version>
</plugin>
</plugins>
</pluginManagement>