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 88fa73709e6 chore: Upgrade Maven CycloneDX plugin to 2.9.1 (#1309)
88fa73709e6 is described below
commit 88fa73709e6b89901cbef44cb39bbad24987f5c9
Author: Aurélien Pupier <[email protected]>
AuthorDate: Thu Dec 19 17:37:15 2024 +0100
chore: Upgrade Maven CycloneDX plugin to 2.9.1 (#1309)
it aligns with version in Camel Core
Signed-off-by: Aurélien Pupier <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 65f0e9853e8..ba2264d006e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
<springdoc-version>2.2.0</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.8.1</cyclonedx-maven-plugin-version>
+ <cyclonedx-maven-plugin-version>2.9.1</cyclonedx-maven-plugin-version>
<wiremock-spring-boot-version>3.0.2</wiremock-spring-boot-version>
<spring-session-hazelcast-version>3.3.2</spring-session-hazelcast-version>
</properties>