This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 9c2163e update dependencies: commons-io, plexus-interpolation, and
plexus-archiver (#12)
9c2163e is described below
commit 9c2163ec4b29867202af70d5f56293b3111ecdaa
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Wed Jun 10 18:25:36 2020 -0400
update dependencies: commons-io, plexus-interpolation, and plexus-archiver
(#12)
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index a47aaab..4e1aee0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,17 +108,17 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
- <version>4.2.1</version>
+ <version>4.2.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interpolation</artifactId>
- <version>1.25</version>
+ <version>1.26</version>
</dependency>
<dependency>