This is an automated email from the ASF dual-hosted git repository.
twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new d67c56532 Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to
6.0.0 (#676)
d67c56532 is described below
commit d67c56532a20850186ec2d633d13a913ba00b857
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 5 18:51:47 2025 +0100
Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 (#676)
Bumps org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0.
Requires Java 17 at build time.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f3e91f56e..ba3836d7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1258,7 +1258,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.9</version>
+ <version>6.0.0</version>
<inherited>true</inherited>
<extensions>true</extensions>
<executions>