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/10/31 05:24:50 UTC

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

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 b02b3144 build(deps): bump org.cyclonedx:cyclonedx-maven-plugin (#1101)
b02b3144 is described below

commit b02b3144887188f1d7ce9bee0625246a1c4fc81d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 31 06:24:44 2023 +0100

    build(deps): bump org.cyclonedx:cyclonedx-maven-plugin (#1101)
    
    Bumps [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.7.9 to 2.7.10.
    - [Release notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases)
    - [Commits](https://github.com/CycloneDX/cyclonedx-maven-plugin/compare/cyclonedx-maven-plugin-2.7.9...cyclonedx-maven-plugin-2.7.10)
    
    ---
    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 217ae119..1b55d941 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.8.2</maven-plugin-tools-version>
         <maven-shaded-version>3.3.2</maven-shaded-version>
-        <cyclonedx-maven-plugin-version>2.7.9</cyclonedx-maven-plugin-version>
+        <cyclonedx-maven-plugin-version>2.7.10</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>