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 936758bca697ff1dabcba1dc496982107be79589 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed May 10 11:12:30 2023 +0200 Upgrade CycloneDX maven plugin to version 2.7.8 Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 17d8187bebb..3b6fd36cc31 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.6</cyclonedx-maven-plugin-version> + <cyclonedx-maven-plugin-version>2.7.8</cyclonedx-maven-plugin-version> </properties>