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 27625ae4cd Bump org.codehaus.plexus:plexus-utils in
/examples/moviefun-rest (#2893)
27625ae4cd is described below
commit 27625ae4cd5e9005c7e32c9df37c3fc2da4b6d35
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 12:31:14 2026 +0200
Bump org.codehaus.plexus:plexus-utils in /examples/moviefun-rest (#2893)
Bumps
[org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils)
from 3.0.24 to 3.6.1.
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.0.24...plexus-utils-3.6.1)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
dependency-version: 3.6.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
examples/moviefun-rest/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/moviefun-rest/pom.xml b/examples/moviefun-rest/pom.xml
index 9a7b62262d..a371b97370 100644
--- a/examples/moviefun-rest/pom.xml
+++ b/examples/moviefun-rest/pom.xml
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>3.0.24</version>
+ <version>3.6.1</version>
</dependency>
</dependencies>
<configuration>