This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new a3e424d [MJAR-283] Upgrade Plexus Utils to 3.3.1
a3e424d is described below
commit a3e424db42892f9d605f856f26be1f1a1ed37cf0
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Jan 8 22:03:47 2022 +0100
[MJAR-283] Upgrade Plexus Utils to 3.3.1
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1c5e5be..a6c526a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,8 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1</version>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>junit</groupId>