This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 0aa358b3c Bump plexus-utils from 3.4.1 to 3.4.2
0aa358b3c is described below
commit 0aa358b3c68854c1627acf4f3ff059851ba696ed
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 24 00:38:39 2022 +0000
Bump plexus-utils from 3.4.1 to 3.4.2
Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from
3.4.1 to 3.4.2.
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.4.1...plexus-utils-3.4.2)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
buildutils/buildutils-maven-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildutils/buildutils-maven-plugin/pom.xml
b/buildutils/buildutils-maven-plugin/pom.xml
index be8dc8c91..1301df401 100644
--- a/buildutils/buildutils-maven-plugin/pom.xml
+++ b/buildutils/buildutils-maven-plugin/pom.xml
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>3.4.1</version>
+ <version>3.4.2</version>
</dependency>
</dependencies>
</project>