This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch maven-plugin-tools-3.x
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/maven-plugin-tools-3.x by this
push:
new 6361b3a0 Bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3
(#1093)
6361b3a0 is described below
commit 6361b3a043820133070549acf463638f9d779a12
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 07:34:40 2026 +0200
Bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3 (#1093)
Bumps
[org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils)
from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-4.0.2...plexus-utils-4.0.3)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
dependency-version: 4.0.3
dependency-type: direct:development
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 bf42662a..9c8f2545 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
maven-plugin-tools-annotations/src/main/java/o/a/m/tools/plugins/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor#CLASS_VERSION_TO_JAVA_STRING
needs to be updated as well -->
<asmVersion>9.9.1</asmVersion>
- <plexusUtilsVersion>4.0.2</plexusUtilsVersion>
+ <plexusUtilsVersion>4.0.3</plexusUtilsVersion>
<plexusXmlVersion>3.0.2</plexusXmlVersion>
<reportingApiVersion>4.0.0</reportingApiVersion>
<reportingImplVersion>4.0.0</reportingImplVersion>