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 2024/01/17 05:38:13 UTC

(camel-kamelets) branch main updated: Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11 (#1832)

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-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 96315d37 Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11 (#1832)
96315d37 is described below

commit 96315d37e5454df14b8dd714ebfd68ee0ce3ca9f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 17 06:38:08 2024 +0100

    Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11 (#1832)
    
    Bumps [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.7.10 to 2.7.11.
    - [Release notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases)
    - [Commits](https://github.com/CycloneDX/cyclonedx-maven-plugin/compare/cyclonedx-maven-plugin-2.7.10...cyclonedx-maven-plugin-2.7.11)
    
    ---
    updated-dependencies:
    - dependency-name: org.cyclonedx:cyclonedx-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9bbe6770..8ddd2c46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
         <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
         <maven-groovy-plugin.version>2.1.1</maven-groovy-plugin.version>
         <apache-rat-plugin.version>0.16</apache-rat-plugin.version>
-        <cyclonedx-maven-plugin-version>2.7.10</cyclonedx-maven-plugin-version>
+        <cyclonedx-maven-plugin-version>2.7.11</cyclonedx-maven-plugin-version>
 
         <camel.version>4.3.0</camel.version>
         <camel.k.crds.version>2.2.0</camel.k.crds.version>