Repository: logging-log4j2
Updated Branches:
  refs/heads/master 7cb073981 -> 415e38d21


[LOG4J2-2328] Update JAnsi from 1.17 to 1.17.1.

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

Branch: refs/heads/master
Commit: 415e38d2167fec8c8889fe9764441588063968b0
Parents: 7cb0739
Author: Gary Gregory <ggreg...@apache.org>
Authored: Thu Apr 26 15:27:16 2018 -0400
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Thu Apr 26 15:27:16 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/415e38d2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7ba59cb..ff716bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,7 @@
       <dependency>
         <groupId>org.fusesource.jansi</groupId>
         <artifactId>jansi</artifactId>
-        <version>1.17</version>
+        <version>1.17.1</version>
         <optional>true</optional>
       </dependency>
       <dependency>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/415e38d2/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 921b8f6..4a1b661 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -159,6 +159,9 @@
         MutableLogEvent references to other objects are cleared after each use.
         Fix a memory leak causing references to parameters to be held after 
synchronous logging with thread locals enabled.
       </action>
+      <action issue="LOG4J2-2328" dev="ggregory" type="update">
+        Update JAnsi from 1.17 to 1.17.1.
+      </action>
     </release>
     <release version="2.11.1" date="2018-MM-DD" description="GA Release 
2.11.1">
       <action issue="LOG4J2-2268" dev="rgoers" type="fix" due-to="Tilman 
Hausherr">
@@ -211,6 +214,9 @@
         MutableLogEvent references to other objects are cleared after each use.
         Fix a memory leak causing references to parameters to be held after 
synchronous logging with thread locals enabled.
       </action>
+      <action issue="LOG4J2-2328" dev="ggregory" type="update">
+        Update JAnsi from 1.17 to 1.17.1.
+      </action>
     </release>
     <release version="2.11.0" date="2018-xx-xx" description="GA Release 
2.11.0">
       <action issue="LOG4J2-2104" dev="rgoers" type="fix">

Reply via email to