[LOG4J2-1433] Update Jansi from 1.11 to 1.13.

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

Branch: refs/heads/feature/LOG4J2-1430
Commit: 8c22b37df52f39abc4830127ce0f8ea1aa408ed2
Parents: b3f45fb
Author: ggregory <ggreg...@apache.org>
Authored: Wed Jun 15 21:05:04 2016 -0700
Committer: ggregory <ggreg...@apache.org>
Committed: Wed Jun 15 21:05:04 2016 -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/8c22b37d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 85f9309..29d49b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -385,7 +385,7 @@
       <dependency>
         <groupId>org.fusesource.jansi</groupId>
         <artifactId>jansi</artifactId>
-        <version>1.11</version>
+        <version>1.13</version>
         <optional>true</optional>
       </dependency>
       <dependency>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8c22b37d/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c329c52..b76cce7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,6 +48,9 @@
       <action issue="LOG4J2-1432" dev="ggregory" type="update">
         Update Jackson from 2.7.4 to 2.7.5.
       </action>
+      <action issue="LOG4J2-1433" dev="ggregory" type="update">
+        Update Jansi from 1.11 to 1.13.
+      </action>
     </release>
     <release version="2.6.1" date="2016-06-05" description="GA Release 2.6.1">
       <action issue="LOG4J2-1405" dev="rgoers" type="fix">

Reply via email to