You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/13 10:17:16 UTC

[camel-spring-boot] 01/03: Upgrade CycloneDX Maven plugin to version 2.7.5

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 6555a5e073c4d925e2cc1f078e04e24eeace2224
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 13 11:11:13 2023 +0100

    Upgrade CycloneDX Maven plugin to version 2.7.5
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7b9050314c9..301d466f26a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
         <springdoc-version>1.6.6</springdoc-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <swagger-parser-v3-version>2.1.10</swagger-parser-v3-version>
-	<cyclonedx-maven-plugin-version>2.7.4</cyclonedx-maven-plugin-version>
+	<cyclonedx-maven-plugin-version>2.7.5</cyclonedx-maven-plugin-version>
 	<antrun-maven-plugin-version>3.1.0</antrun-maven-plugin-version>
     </properties>