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/11/11 04:54:59 UTC

[logging-log4j2] branch release-2.x updated: Update org.fusesource.jansi:jansi 1.17.1 -> 1.18.

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 71477f7  Update org.fusesource.jansi:jansi 1.17.1 -> 1.18.
71477f7 is described below

commit 71477f709db257d3056bf4c69c748bbd222c5b14
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Nov 10 23:54:53 2020 -0500

    Update org.fusesource.jansi:jansi 1.17.1 -> 1.18.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8ac105e..736cc9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,7 +442,7 @@
       <dependency>
         <groupId>org.fusesource.jansi</groupId>
         <artifactId>jansi</artifactId>
-        <version>1.17.1</version>
+        <version>1.18</version>
         <optional>true</optional>
       </dependency>
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3fe570d..13b0ef0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,11 @@
          - "update" - Change
          - "remove" - Removed
     -->
+    <release version="2.14.1" date="2020-MM-DD" description="GA Release 2.14.1">
+      <action dev="ggregory" type="update">
+        Update org.fusesource.jansi:jansi 1.17.1 -> 2.0.1.
+      </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">
         Fix broken link in FAQ.