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:23:40 +0000
commit89c1831f84891f425f1fa9224210587124f1c1ec (patch)
treeeada9bd888ff5a1285264d7ca9b133a4bffe82a3
parent31e3f1cde33472e5bf54a7a79e3acf066cc53fba (diff)
downloadzookeeper-89c1831f84891f425f1fa9224210587124f1c1ec.tar.gz
ZOOKEEPER-4688: Upgrade `cyclonedx-maven-plugin` to 2.7.6 (#1995)
Closes #1995 Signed-off-by: Chris Nauroth <cnauroth@apache.org> Reviewed-by: Christopher Tubbs <ctubbsii@apache.org>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
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>