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:31:53 +0000
commit87935e905cf2b4c36f8ab86c84e77ac2189b366f (patch)
treef83e26e97d3252b7c749315770a8b24cda678eac
parent6e2fd288e86178814157539928e87c139350bd85 (diff)
downloadzookeeper-branch-3.8.tar.gz
ZOOKEEPER-4688: Upgrade `cyclonedx-maven-plugin` to 2.7.6 (#1995)branch-3.8
Closes #1995 Signed-off-by: Chris Nauroth <cnauroth@apache.org> Reviewed-by: Christopher Tubbs <ctubbsii@apache.org> (cherry picked from commit 89c1831f84891f425f1fa9224210587124f1c1ec)
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
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>