You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2017/05/11 12:58:26 UTC

[12/21] logging-log4j2 git commit: [LOG4J2-1900] Update JAnsi from 1.15 to 1.16.

[LOG4J2-1900] Update JAnsi from 1.15 to 1.16.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/dee4777f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/dee4777f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/dee4777f

Branch: refs/heads/LOG4J2-1442
Commit: dee4777f9d8f166f823571bcbe071f1624720310
Parents: 29d5f11
Author: Gary Gregory <gg...@apache.org>
Authored: Sat May 6 21:56:24 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat May 6 21:56:24 2017 -0700

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/dee4777f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2ff0acd..e75adbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,7 +393,7 @@
       <dependency>
         <groupId>org.fusesource.jansi</groupId>
         <artifactId>jansi</artifactId>
-        <version>1.15</version>
+        <version>1.16</version>
         <optional>true</optional>
       </dependency>
       <dependency>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/dee4777f/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d6f199a..9023d60 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -82,6 +82,9 @@
       <action issue="LOG4J2-1899" dev="ggregory" type="update">
         Add missing getters to classes in package org.apache.logging.log4j.core.net.ssl.
       </action>
+      <action issue="LOG4J2-1900" dev="ggregory" type="update">
+        Update JAnsi from 1.15 to 1.16.
+      </action>
     </release>
     <release version="2.8.2" date="2017-04-02" description="GA Release 2.8.2">
       <action issue="LOG4J2-1861" dev="mattsicker" type="fix">