This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 750e914 Update some dependencies.
750e914 is described below
commit 750e914cc510388795a203e9acae18afa2f39c68
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 9 16:30:58 2021 -0500
Update some dependencies.
- [test] Mockito 3.6.0 -> 3.7.0.
- [test] XML Unit 2.8.0 -> 2.8.2.
- [test] JSON Unit 2.21.0 -> 2.22.0.
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8aa45d4..e3f22a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,8 +243,8 @@
<jctoolsVersion>1.2.1</jctoolsVersion>
<junitVersion>4.13.1</junitVersion>
<junitJupiterVersion>5.7.0</junitJupiterVersion>
- <mockitoVersion>3.6.0</mockitoVersion>
- <xmlunitVersion>2.8.0</xmlunitVersion>
+ <mockitoVersion>3.7.0</mockitoVersion>
+ <xmlunitVersion>2.8.2</xmlunitVersion>
<argLine>-Xms256m -Xmx1024m</argLine>
<javaTargetVersion>1.8</javaTargetVersion>
<module.name />
@@ -846,7 +846,7 @@
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit</artifactId>
- <version>2.21.0</version>
+ <version>2.22.0</version>
<scope>test</scope>
</dependency>
<dependency>