Update Maven Core from 3.2.5 to the current 3.3.9 which updates the test dep Google Guava from 16.0.1 to 19.0 to resolve some other dependency hell I am seeing in a downstream project (of mine).
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6ba91a3c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6ba91a3c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6ba91a3c Branch: refs/heads/gelf-layout-gc-free Commit: 6ba91a3c24df320bd8c6cf6a96668ce8ffe0e3c6 Parents: ba5cf45 Author: ggregory <ggreg...@apache.org> Authored: Tue Mar 15 02:29:21 2016 -0700 Committer: ggregory <ggreg...@apache.org> Committed: Tue Mar 15 02:29:21 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6ba91a3c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b923766..3c02bae 100644 --- a/pom.xml +++ b/pom.xml @@ -275,7 +275,7 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> - <version>3.2.5</version> + <version>3.3.9</version> </dependency> <dependency> <groupId>commons-codec</groupId>