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/16 20:17:52 UTC

(camel-k-runtime) branch main updated: build(deps): bump org.cyclonedx:cyclonedx-maven-plugin (#1152)

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-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 91c7da92 build(deps): bump org.cyclonedx:cyclonedx-maven-plugin (#1152)
91c7da92 is described below

commit 91c7da922a97b92c0f507c20d8acc918f8ec2b5b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 16 21:17:47 2024 +0100

    build(deps): bump org.cyclonedx:cyclonedx-maven-plugin (#1152)
    
    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 0c9b214a..847eaf88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
         <maven-plugin-api-version>3.6.3</maven-plugin-api-version>
         <maven-plugin-tools-version>3.11.0</maven-plugin-tools-version>
         <maven-shaded-version>3.3.2</maven-shaded-version>
-        <cyclonedx-maven-plugin-version>2.7.10</cyclonedx-maven-plugin-version>
+        <cyclonedx-maven-plugin-version>2.7.11</cyclonedx-maven-plugin-version>
 
         <jib-maven-plugin-version>3.4.0</jib-maven-plugin-version>
         <jib-layer-filter-extension-maven-version>0.3.0</jib-layer-filter-extension-maven-version>