This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new f5303b5586 [tomee-10.x]: Bump org.apache.felix:maven-bundle-plugin
(#2533)
f5303b5586 is described below
commit f5303b55865877d678260ad6e46bc7f304c65e39
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 07:19:35 2026 +0100
[tomee-10.x]: Bump org.apache.felix:maven-bundle-plugin (#2533)
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 dd9d1d5697..0af56c7e40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
<!-- Plugins and Build -->
<maven.version>3.0.5</maven.version>
- <version.plugin.bundle>6.0.0</version.plugin.bundle>
+ <version.plugin.bundle>6.0.2</version.plugin.bundle>
<version.plugin.javadoc>3.12.0</version.plugin.javadoc>
<asciidoclet.version>1.5.0</asciidoclet.version>
<surefire.version>3.5.5</surefire.version>