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 2022/01/19 11:43:16 UTC

[avro] branch branch-1.11 updated: Bump build-helper-maven-plugin from 3.2.0 to 3.3.0 in /lang/java (#1462)

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 b93d8d9  Bump build-helper-maven-plugin from 3.2.0 to 3.3.0 in /lang/java (#1462)
b93d8d9 is described below

commit b93d8d925ee0346e0d22364e0619984b71b7aef9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 19 13:42:01 2022 +0200

    Bump build-helper-maven-plugin from 3.2.0 to 3.3.0 in /lang/java (#1462)
    
    Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-3.2.0...build-helper-maven-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:build-helper-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>
    (cherry picked from commit dc4b19af1ba7d93bb36aec1b5432ef5ff3af44d4)
---
 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 2926f0d..7448f70 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -96,7 +96,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.3.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>