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/05/18 11:27:47 UTC

[camel-spring-boot] branch main updated: Upgrade CycloneDX Maven plugin to version 2.7.9

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


The following commit(s) were added to refs/heads/main by this push:
     new 7eef948a52e Upgrade CycloneDX Maven plugin to version 2.7.9
7eef948a52e is described below

commit 7eef948a52ee274b79e7ddc1af24eedb51144755
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu May 18 13:25:10 2023 +0200

    Upgrade CycloneDX Maven plugin to version 2.7.9
    
    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 3b6fd36cc31..dadceab88a6 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.8</cyclonedx-maven-plugin-version>
+	<cyclonedx-maven-plugin-version>2.7.9</cyclonedx-maven-plugin-version>
     </properties>