This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new cc19d6b1a Bump org.codehaus.plexus:plexus-utils in /esa-maven-plugin
cc19d6b1a is described below
commit cc19d6b1a41468c33879f7789edcd73436b89c0d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 3 18:59:28 2025 +0000
Bump org.codehaus.plexus:plexus-utils in /esa-maven-plugin
Bumps
[org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils)
from 1.4.7 to 3.0.24.
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-1.4.7...plexus-utils-3.0.24)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
esa-maven-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/esa-maven-plugin/pom.xml b/esa-maven-plugin/pom.xml
index 1de5e37ff..91c54ab6b 100644
--- a/esa-maven-plugin/pom.xml
+++ b/esa-maven-plugin/pom.xml
@@ -53,7 +53,7 @@
<org.apache.aries.util.version>1.1.3</org.apache.aries.util.version>
<plexus-archiver.version>1.0-alpha-7</plexus-archiver.version>
<plexus-container-default.version>1.0-alpha-9-stable-1</plexus-container-default.version>
- <plexus-utils.version>1.4.7</plexus-utils.version>
+ <plexus-utils.version>3.0.24</plexus-utils.version>
</properties>
<dependencies>