Bump cyclonedx-maven-plugin to 2.6.2 03/101203/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 17 May 2022 23:15:58 +0000 (01:15 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 17 May 2022 23:16:40 +0000 (01:16 +0200)
There are no release notes, but one update is the ability to turn down
verbosity.

Change-Id: Ie341d726bed75eae0e86cdd99a877a1c1c913d38
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
odlparent-lite/pom.xml

index 6b943d49aa67fb215d89f62b1c97b04d9f20f395..b1ed6930f425905502652e13431c2dbcbc95e5ea 100644 (file)
         <plugin>
           <groupId>org.cyclonedx</groupId>
           <artifactId>cyclonedx-maven-plugin</artifactId>
-          <version>2.5.3</version>
+          <version>2.6.2</version>
         </plugin>
       </plugins>
     </pluginManagement>
             <goals>
               <goal>makeBom</goal>
             </goals>
+            <configuration>
+              <verbose>false</verbose>
+            </configuration>
           </execution>
         </executions>
       </plugin>