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/01/18 09:12:06 UTC

(avro) branch branch-1.11 updated: Bump org.codehaus.mojo:exec-maven-plugin in /lang/java (#2590)

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

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


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 07383dd13 Bump org.codehaus.mojo:exec-maven-plugin in /lang/java (#2590)
07383dd13 is described below

commit 07383dd1327de6d881e86c48577297e37bac4cfd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 18 11:10:58 2024 +0200

    Bump org.codehaus.mojo:exec-maven-plugin in /lang/java (#2590)
    
    Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-3.1.0...3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:exec-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>
    (cherry picked from commit a713f4d8499cf2e93a4678a9ea8cc5088f4cba83)
---
 lang/java/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 6fdfcb6d6..b6d722180 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -62,8 +62,9 @@
     <zstd-jni.version>1.5.5-5</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.1</archetype-plugin.version>
-    <bundle-plugin-version>5.1.8</bundle-plugin-version>
-    <exec-plugin.version>3.1.0</exec-plugin.version>
+    <bundle-plugin-version>5.1.9</bundle-plugin-version>
+    <cyclonedx-maven-plugin.version>2.7.9</cyclonedx-maven-plugin.version>
+    <exec-plugin.version>3.1.1</exec-plugin.version>
     <file-management.version>3.1.0</file-management.version>
     <javacc-plugin.version>3.0.3</javacc-plugin.version>
     <javacc.version>7.0.12</javacc.version>