You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/11/14 01:57:52 UTC

maven git commit: [MNG-5967] Dependency updates.

Repository: maven
Updated Branches:
  refs/heads/master cd14b36e2 -> 81af1e261


[MNG-5967] Dependency updates.

o Updated 'plexus-interpolation' from 1.22 to 1.24 to fix escaping bug.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/81af1e26
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/81af1e26
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/81af1e26

Branch: refs/heads/master
Commit: 81af1e261053e9cbf4143ace3cd83a669567aa5d
Parents: cd14b36
Author: Christian Schulte <sc...@apache.org>
Authored: Mon Nov 14 02:56:14 2016 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Mon Nov 14 02:57:35 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/81af1e26/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0ae8eb2..387a37f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@ under the License.
     <commonsLangVersion>3.4</commonsLangVersion>
     <junitVersion>4.12</junitVersion>
     <plexusVersion>1.7</plexusVersion>
-    <plexusInterpolationVersion>1.22</plexusInterpolationVersion>
+    <plexusInterpolationVersion>1.24</plexusInterpolationVersion>
     <plexusUtilsVersion>3.0.24</plexusUtilsVersion>
     <guavaVersion>19.0</guavaVersion>
     <guiceVersion>4.1.0</guiceVersion>