Repository: logging-log4j2 Updated Branches: refs/heads/master 9d402c1a8 -> d43d301fc
Update tests from Mockito 2.12.0 to 2.13.0. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d43d301f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d43d301f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d43d301f Branch: refs/heads/master Commit: d43d301fcd0a9fc8336eae54243d0fadddae686a Parents: 9d402c1 Author: Gary Gregory <[email protected]> Authored: Tue Jan 16 22:32:12 2018 -0700 Committer: Gary Gregory <[email protected]> Committed: Tue Jan 16 22:32:12 2018 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d43d301f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 06093ad..1457936 100644 --- a/pom.xml +++ b/pom.xml @@ -219,7 +219,7 @@ <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level --> <minSeverity>info</minSeverity> <jctoolsVersion>1.2.1</jctoolsVersion> - <mockitoVersion>2.12.0</mockitoVersion> + <mockitoVersion>2.13.0</mockitoVersion> <argLine>-Xms256m -Xmx1024m</argLine> <javaTargetVersion>1.7</javaTargetVersion> <module.name />
