Update tests from Groovy 2.4.5 to 2.4.7. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f4f8eafb Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f4f8eafb Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f4f8eafb
Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure Commit: f4f8eafb787796828fe6779caf3c6d82534c89de Parents: 365a541 Author: Gary Gregory <ggreg...@apache.org> Authored: Wed Aug 3 22:33:31 2016 -0700 Committer: Gary Gregory <ggreg...@apache.org> Committed: Wed Aug 3 22:33:31 2016 -0700 ---------------------------------------------------------------------- log4j-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f4f8eafb/log4j-core/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml index d06713d..87a66c2 100644 --- a/log4j-core/pom.xml +++ b/log4j-core/pom.xml @@ -286,7 +286,7 @@ <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> - <version>2.4.5</version> + <version>2.4.7</version> <scope>test</scope> </dependency> <!-- GC-free -->