This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 291af35a79 build(deps): bump org.apache.felix:maven-bundle-plugin
(#2475)
291af35a79 is described below
commit 291af35a79a4b7e4b260c8f4d5475e861b687ef1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 09:43:01 2026 +0100
build(deps): bump org.apache.felix:maven-bundle-plugin (#2475)
Bumps org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2.
---
updated-dependencies:
- dependency-name: org.apache.felix:maven-bundle-plugin
dependency-version: 6.0.2
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cb9032533e..e62e3b94e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -994,7 +994,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>6.0.0</version>
+ <version>6.0.2</version>
</plugin>
<plugin>