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/04/05 09:53:28 UTC

[camel-spring-boot] 01/02: Upgrade CycloneDX Maven plugin to version 2.7.6

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 b1859165e95c429caac78b10d8cb0f184e6486d1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 5 11:43:34 2023 +0200

    Upgrade CycloneDX Maven plugin to version 2.7.6
    
    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 e4b64c94f08..fcc01eda7b3 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.5</cyclonedx-maven-plugin-version>
+	<cyclonedx-maven-plugin-version>2.7.6</cyclonedx-maven-plugin-version>
     </properties>