summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Nauroth <cnauroth@apache.org>2023-04-17 16:23:40 +0000
committerChris Nauroth <cnauroth@apache.org>2023-04-17 16:39:00 +0000
commitbc0191b0af103f4de7859c6a549570ba3ee046e3 (patch)
treedd9bae4e99c59889e7ccb079a9f6e545d301b161
parentd495c0efcb652d4b2080d1a86c507f66ee4d5810 (diff)
downloadzookeeper-branch-3.7.tar.gz
ZOOKEEPER-4688: Upgrade `cyclonedx-maven-plugin` to 2.7.6 (#1995)branch-3.7
Closes #1995 Signed-off-by: Chris Nauroth <cnauroth@apache.org> Reviewed-by: Christopher Tubbs <ctubbsii@apache.org> (cherry picked from commit 89c1831f84891f425f1fa9224210587124f1c1ec) (cherry picked from commit 87935e905cf2b4c36f8ab86c84e77ac2189b366f)
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
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>