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 b015fe3a2 Bump maven-bundle-plugin from 5.1.4 to 5.1.6 in /lang/java
(#1699)
b015fe3a2 is described below
commit b015fe3a22b1f700cfd921bcc04f960a279fac83
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 22 21:21:29 2022 +0300
Bump maven-bundle-plugin from 5.1.4 to 5.1.6 in /lang/java (#1699)
Bumps maven-bundle-plugin from 5.1.4 to 5.1.6.
---
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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit e429672ba6f00db5cf5fecea7f6b344b5326f47b)
---
lang/java/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 0b591b55a..579cc1ac3 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -61,8 +61,8 @@
<grpc.version>1.45.1</grpc.version>
<zstd-jni.version>1.5.2-2</zstd-jni.version>
<!-- version properties for plugins -->
- <archetype-plugin.version>3.2.0</archetype-plugin.version>
- <bundle-plugin-version>5.1.4</bundle-plugin-version>
+ <archetype-plugin.version>3.2.1</archetype-plugin.version>
+ <bundle-plugin-version>5.1.6</bundle-plugin-version>
<exec-plugin.version>3.0.0</exec-plugin.version>
<file-management.version>3.0.0</file-management.version>
<javacc-plugin.version>3.0.3</javacc-plugin.version>