Browse Source

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>
Chris Nauroth 2 years ago
parent
commit
89c1831f84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
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>