This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 08ec82ae4f Bump org.apache.maven.plugin-tools:maven-plugin-annotations
08ec82ae4f is described below
commit 08ec82ae4f6d9b7b0b1334045c31337dadf98c92
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 04:36:08 2025 +0000
Bump org.apache.maven.plugin-tools:maven-plugin-annotations
Bumps
[org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools)
from 3.15.1 to 3.15.2.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
dependency-version: 3.15.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
maven/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maven/pom.xml b/maven/pom.xml
index dca2300d3c..0fcfecb7f0 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
- <version>3.15.1</version>
+ <version>3.15.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>