This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new efff82add RATIS-2482. Bump maven-bundle-plugin to 6.0.2 (#1413)
efff82add is described below
commit efff82adddf9a2d7813f3eb7ac236a3ea79139f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 15:33:43 2026 +0200
RATIS-2482. Bump maven-bundle-plugin to 6.0.2 (#1413)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 099fd6bfd..df0f71ca5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<license.bundles.dependencies>false</license.bundles.dependencies>
<!-- Maven plugin versions -->
- <maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
+ <maven-bundle-plugin.version>6.0.2</maven-bundle-plugin.version>
<wagon-ssh.version>3.5.3</wagon-ssh.version>
<hadoop-maven-plugins.version>3.4.3</hadoop-maven-plugins.version>
<sonar-maven-plugin.version>5.5.0.6356</sonar-maven-plugin.version>