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 9fabec5  Update org.fusesource.jansi:jansi 1.18 -> 2.2.0. Update 
org.assertj:assertj-core 3.18.1 -> 3.19.0. Update 
net.javacrumbs.json-unit:json-unit 2.22.0 -> 2.23.0.
9fabec5 is described below

commit 9fabec5277f06f59ceaeff20da055ab7bf1952c4
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 28 21:22:52 2021 -0500

    Update org.fusesource.jansi:jansi 1.18 -> 2.2.0.
    Update org.assertj:assertj-core 3.18.1 -> 3.19.0.
    Update net.javacrumbs.json-unit:json-unit 2.22.0 -> 2.23.0.
---
 pom.xml                 |  7 ++++---
 src/changes/changes.xml | 17 +++++++++++++----
 2 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index d8cbe43..12b0cdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -453,7 +453,7 @@
       <dependency>
         <groupId>org.fusesource.jansi</groupId>
         <artifactId>jansi</artifactId>
-        <version>1.18</version>
+        <version>2.2.0</version>
         <optional>true</optional>
       </dependency>
       <dependency>
@@ -719,7 +719,7 @@
       <dependency>
         <groupId>org.assertj</groupId>
         <artifactId>assertj-core</artifactId>
-        <version>3.18.1</version>
+        <version>3.19.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -846,7 +846,7 @@
       <dependency>
         <groupId>net.javacrumbs.json-unit</groupId>
         <artifactId>json-unit</artifactId>
-        <version>2.22.0</version>
+        <version>2.23.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -883,6 +883,7 @@
         <groupId>com.github.tomakehurst</groupId>
         <artifactId>wiremock</artifactId>
         <scope>test</scope>
+        <!--  2.27.2 causes WatchHttpTest to fail. -->
         <version>2.26.3</version>
       </dependency>
       <!-- Used for compressing to formats other than zip and gz -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e93aada..59a6f31 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -136,16 +136,25 @@
         JdbcAppender composes an incorrect INSERT statement without a 
ColumnMapping element.
       </action>      
       <action dev="ggregory" type="update">
-        org.apache.activemq:* 5.16.0 -> 5.16.1.
+        Update org.apache.activemq:* 5.16.0 -> 5.16.1.
       </action>
       <action dev="ggregory" type="update">
-        org.mockito:mockito-* 3.7.0 -> 3.7.7.
+        Update org.mockito:mockito-* 3.7.0 -> 3.7.7.
       </action>
       <action dev="ggregory" type="update">
-        org.springframework:* 5.3.2 -> 5.3.3.
+        Update org.springframework:* 5.3.2 -> 5.3.3.
       </action>
       <action dev="ggregory" type="update">
-        mongodb4.version 4.1.1 -> 4.2.0.
+        Update mongodb4.version 4.1.1 -> 4.2.0.
+      </action>
+      <action dev="ggregory" type="update">
+        Update org.fusesource.jansi:jansi 1.18 -> 2.2.0.
+      </action>
+      <action dev="ggregory" type="update">
+        Update org.assertj:assertj-core 3.18.1 -> 3.19.0.
+      </action>
+      <action dev="ggregory" type="update">
+        Update net.javacrumbs.json-unit:json-unit 2.22.0 -> 2.23.0.
       </action>
     </release>
     <release version="2.14.0" date="2020-11-06" description="GA Release 
2.14.0">

Reply via email to