Repository: logging-log4j2 Updated Branches: refs/heads/master 60e96d7c1 -> ae7f1256c
[LOG4J2-2264] Update JAnsi from 1.16 to 1.17. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ae7f1256 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ae7f1256 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ae7f1256 Branch: refs/heads/master Commit: ae7f1256ca5bfcf923f790a5ef78bad9298e5a18 Parents: 60e96d7 Author: Gary Gregory <[email protected]> Authored: Tue Feb 20 09:31:56 2018 -0700 Committer: Gary Gregory <[email protected]> Committed: Tue Feb 20 09:31:56 2018 -0700 ---------------------------------------------------------------------- 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/ae7f1256/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e1ee3d2..d8b8675 100644 --- a/pom.xml +++ b/pom.xml @@ -404,7 +404,7 @@ <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> - <version>1.16</version> + <version>1.17</version> <optional>true</optional> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ae7f1256/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9ccb402..3b5d1d5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -245,6 +245,9 @@ <action issue="LOG4J2-2260" dev="ggregory" type="update"> [SMTP] Update javax.mail from 1.6.0 to 1.6.1. </action> + <action issue="LOG4J2-2264" dev="ggregory" type="update"> + Update JAnsi from 1.16 to 1.17. + </action> </release> <release version="2.10.0" date="2017-11-18" description="GA Release 2.10.0"> <action issue="LOG4J2-2120" dev="mikes" type="add" due-to="Carter Douglas Kozak"> @@ -377,6 +380,9 @@ <action issue="LOG4J2-2117" dev="ggregory" type="update"> Jackson dependencies for 2.9.2 incorrectly bring in jackson-annotations 2.9.0 instead of 2.9.2. </action> + <action issue="LOG4J2-2264" dev="ggregory" type="update"> + Update JAnsi from 1.16 to 1.17. + </action> </release> <release version="2.9.1" date="2017-09-17" description="GA Release 2.9.1"> <action issue="LOG4J2-1988" dev="rpopma" type="fix">
