You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2021/04/06 18:21:03 UTC

[avro] branch master updated: AVRO-3105: Bump maven-bundle-plugin from 4.1.0 to 5.1.2 in /lang/java (#1162)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 589a9be  AVRO-3105: Bump maven-bundle-plugin from 4.1.0 to 5.1.2 in /lang/java (#1162)
589a9be is described below

commit 589a9be3387aea2ad3c356964256eaff7645c3c2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 6 20:20:52 2021 +0200

    AVRO-3105: Bump maven-bundle-plugin from 4.1.0 to 5.1.2 in /lang/java (#1162)
    
    Bumps maven-bundle-plugin from 4.1.0 to 5.1.2.
    
    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 1196209..5db057a 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -61,7 +61,7 @@
     <zstd-jni.version>1.4.9-4</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.0</archetype-plugin.version>
-    <bundle-plugin-version>4.1.0</bundle-plugin-version>
+    <bundle-plugin-version>5.1.2</bundle-plugin-version>
     <exec-plugin.version>3.0.0</exec-plugin.version>
     <file-management.version>3.0.0</file-management.version>
     <javacc-plugin.version>2.6</javacc-plugin.version>