You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/03/31 10:20:32 UTC

[maven-resolver-ant-tasks] 06/11: [MRESOLVER-75] Upgrade Plexus Interpolation to 1.25

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-resolver-ant-tasks.git

commit fe4f719d7aedb1f9f9d9cdc2c116a418dbabbec1
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Mar 31 11:56:54 2019 +0200

    [MRESOLVER-75] Upgrade Plexus Interpolation to 1.25
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e6192de..443c886 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.16</version>
+      <version>1.25</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.sisu</groupId>