You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/19 12:40:23 UTC

[maven-jxr] 01/01: update plexus

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch deps
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git

commit 0023ce2f5ad85eb19d9090899724564f7bd735f1
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue May 19 08:40:04 2020 -0400

    update plexus
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1b928c1..5deb620 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.1.0</version>
+        <version>3.3.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>