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 421401b  Update dependencies.
421401b is described below

commit 421401b606fb7da46792ff66422f067eb7d36232
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Nov 12 13:58:57 2020 -0500

    Update dependencies.
    
    - Update org.assertj:assertj-core 3.18.0 -> 3.18.1.
    - net.javacrumbs.json-unit:json-unit 1.31.1 -> 2.21.0.
    - Build is still OK on Windows 10.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b815296..195d49e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -719,7 +719,7 @@
       <dependency>
         <groupId>org.assertj</groupId>
         <artifactId>assertj-core</artifactId>
-        <version>3.18.0</version>
+        <version>3.18.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -846,7 +846,7 @@
       <dependency>
         <groupId>net.javacrumbs.json-unit</groupId>
         <artifactId>json-unit</artifactId>
-        <version>1.31.1</version>
+        <version>2.21.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7b1bfd6..e766d6e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,7 +64,7 @@
         Update org.xmlunit:* 2.7.0 -> 2.8.0.
       </action>
       <action dev="ggregory" type="update">
-        Update org.assertj:assertj-core 3.14.0 -> 3.18.0.
+        Update org.assertj:assertj-core 3.14.0 -> 3.18.1.
       </action>
       <action dev="ggregory" type="update">
         Update org.awaitility:awaitility 4.0.2 -> 4.0.3.
@@ -84,6 +84,9 @@
       <action dev="ggregory" type="update">
         Update de.flapdoodle.embed:de.flapdoodle.embed.mongo 2.2.0 -> 3.0.0.
       </action>
+      <action dev="ggregory" type="update">
+        Update net.javacrumbs.json-unit:json-unit 1.31.1 -> 2.21.0.
+      </action>
     </release>
     <release version="2.14.0" date="2020-11-06" description="GA Release 
2.14.0">
       <action issue="LOG4J2-2925" dev="rgoers" type="fix">

Reply via email to