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/08/04 07:22:07 UTC

[avro] branch branch-1.11 updated: Bump maven-bundle-plugin from 5.1.7 to 5.1.8 in /lang/java (#1797)

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 f7d66d1ee Bump maven-bundle-plugin from 5.1.7 to 5.1.8 in /lang/java (#1797)
f7d66d1ee is described below

commit f7d66d1ee2f06eb8d3eacb5f09338de2049e797d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 4 10:21:47 2022 +0300

    Bump maven-bundle-plugin from 5.1.7 to 5.1.8 in /lang/java (#1797)
    
    Bumps maven-bundle-plugin from 5.1.7 to 5.1.8.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.felix:maven-bundle-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 15fa5ee2675d08270d90360cf4d6464ae94a1cc5)
---
 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 dd916ad09..16c89b11f 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -63,7 +63,7 @@
     <zstd-jni.version>1.5.2-3</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.1</archetype-plugin.version>
-    <bundle-plugin-version>5.1.7</bundle-plugin-version>
+    <bundle-plugin-version>5.1.8</bundle-plugin-version>
     <exec-plugin.version>3.1.0</exec-plugin.version>
     <file-management.version>3.1.0</file-management.version>
     <javacc-plugin.version>3.0.3</javacc-plugin.version>