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 3b737ccf6e Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.6.3
3b737ccf6e is described below
commit 3b737ccf6e7e14b0a72c45a9b12d0b63a99bbb01
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 14:28:53 2026 +0000
Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.6.3
Bumps
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
from 3.5.0 to 3.6.3.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.5.0...3.6.3)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
dependency-version: 3.6.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
tck/security-standalone/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tck/security-standalone/pom.xml b/tck/security-standalone/pom.xml
index defea50bb1..3b83bce6c1 100644
--- a/tck/security-standalone/pom.xml
+++ b/tck/security-standalone/pom.xml
@@ -135,7 +135,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.5.0</version>
+ <version>3.6.3</version>
<executions>
<!-- Install parent pom first (needed by all
modules) -->
<execution>