You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/24 00:21:59 UTC

[commons-vfs] branch master updated: Update tests from Apache Log4j 2.12.1 to 2.13.0.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new f0e004d  Update tests from Apache Log4j 2.12.1 to 2.13.0.
f0e004d is described below

commit f0e004d9eeaa03f484ed5b2514aaa53201153ede
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 23 19:21:56 2019 -0500

    Update tests from Apache Log4j 2.12.1 to 2.13.0.
    
    Update tests from Mockito 3.1.0 to 3.2.4.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9e03957..8a3c90f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
     <jackrabbit2.version>2.19.5</jackrabbit2.version>
     <commons.surefire.version>2.19.1</commons.surefire.version>
     <commons.japicmp.version>0.14.1</commons.japicmp.version>
-    <log4j2.version>2.12.1</log4j2.version>
+    <log4j2.version>2.13.0</log4j2.version>
   </properties>
 
   <build>
@@ -534,7 +534,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>3.1.0</version>
+        <version>3.2.4</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>