You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2024/03/25 10:04:48 UTC

(avro) branch main updated: Bump org.cyclonedx:cyclonedx-maven-plugin in /lang/java (#2817)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new 5ae6a5a17 Bump org.cyclonedx:cyclonedx-maven-plugin in /lang/java (#2817)
5ae6a5a17 is described below

commit 5ae6a5a17c38223ccbb9296ab0743a2d273b6d4f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 25 12:04:43 2024 +0200

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

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 3a2b586bf..cbdeed4fc 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -64,7 +64,7 @@
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.1</archetype-plugin.version>
     <bundle-plugin-version>5.1.9</bundle-plugin-version>
-    <cyclonedx-maven-plugin.version>2.7.11</cyclonedx-maven-plugin.version>
+    <cyclonedx-maven-plugin.version>2.8.0</cyclonedx-maven-plugin.version>
     <exec-plugin.version>3.2.0</exec-plugin.version>
     <file-management.version>3.1.0</file-management.version>
     <javacc-plugin.version>3.0.3</javacc-plugin.version>