This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git
The following commit(s) were added to refs/heads/master by this push:
new 6a6173d Bump org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2
(#725)
6a6173d is described below
commit 6a6173dfd81022755c08b9dcbc1e8fd205265406
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 6 17:15:50 2026 +0100
Bump org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2 (#725)
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:development
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>
---
indexer-reader/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/indexer-reader/pom.xml b/indexer-reader/pom.xml
index 38a2d57..fd454c7 100644
--- a/indexer-reader/pom.xml
+++ b/indexer-reader/pom.xml
@@ -59,7 +59,7 @@ under the License.
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>6.0.0</version>
+ <version>6.0.2</version>
<extensions>true</extensions>
</plugin>
</plugins>