[MNG-6216] ArrayIndexOutOfBoundsException when parsing POM o Upgraded to new release of plexus-utils which contains the fix for #22 in plexus-utils.
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/99244b09 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/99244b09 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/99244b09 Branch: refs/heads/MNG-6216 Commit: 99244b097a5d09363126d3722973213b380483d3 Parents: f047ea1 Author: Karl Heinz Marbaise <[email protected]> Authored: Thu Aug 3 20:12:25 2017 +0200 Committer: Karl Heinz Marbaise <[email protected]> Committed: Sun Aug 27 16:44:00 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/99244b09/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8ce59ed..761edbf 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ under the License. <mockitoVersion>1.10.19</mockitoVersion> <plexusVersion>1.7.1</plexusVersion> <plexusInterpolationVersion>1.24</plexusInterpolationVersion> - <plexusUtilsVersion>3.0.24</plexusUtilsVersion> + <plexusUtilsVersion>3.1.0</plexusUtilsVersion> <guavaVersion>20.0</guavaVersion> <guiceVersion>4.0</guiceVersion> <sisuInjectVersion>0.3.3</sisuInjectVersion>
