You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2020/05/27 21:49:41 UTC

[logging-log4j2] branch release-2.x updated: Update some test dependencies.

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 16d21fa  Update some test dependencies.
16d21fa is described below

commit 16d21faa28836de920758a32630c2a651a35c1b4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed May 27 17:49:35 2020 -0400

    Update some test dependencies.
    
    - org.xmlunit:xmlunit-core 2.6.3 -> 2.7.0
    - org.xmlunit:xmlunit-matchers 2.6.3 -> 2.7.0
    - org.codehaus.groovy:groovy-dateutil 3.0.3 -> 3.0.4
    - org.codehaus.groovy:groovy-jsr223 3.0.3 -> 3.0.4
    - com.github.tomakehurst:wiremock 2.25.1 -> 2.26.3
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3110225..1660e13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@
     <conversantDisruptorVersion>1.2.15</conversantDisruptorVersion> <!-- Version 1.2.16 requires Java 9 -->
     <mongodb3.version>3.12.4</mongodb3.version>
     <mongodb4.version>4.0.3</mongodb4.version>
-    <groovy.version>3.0.3</groovy.version>
+    <groovy.version>3.0.4</groovy.version>
     <compiler.plugin.version>3.8.1</compiler.plugin.version>
     <pmd.plugin.version>3.10.0</pmd.plugin.version>
     <findbugs.plugin.version>3.0.5</findbugs.plugin.version>
@@ -779,13 +779,13 @@
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-core</artifactId>
-        <version>2.6.3</version>
+        <version>2.7.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-matchers</artifactId>
-        <version>2.6.3</version>
+        <version>2.7.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -799,7 +799,7 @@
         <groupId>com.github.tomakehurst</groupId>
         <artifactId>wiremock</artifactId>
         <scope>test</scope>
-        <version>2.25.1</version>
+        <version>2.26.3</version>
       </dependency>
       <!-- Used for compressing to formats other than zip and gz -->
       <dependency>