Repository: logging-log4j2 Updated Branches: refs/heads/release-2.x d49d1220f -> 7a3c47740
[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/7a3c4774 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7a3c4774 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/7a3c4774 Branch: refs/heads/release-2.x Commit: 7a3c47740bb590374499e9c0a0873cf9f30c6d76 Parents: d49d122 Author: Gary Gregory <[email protected]> Authored: Tue Feb 20 09:30:41 2018 -0700 Committer: Gary Gregory <[email protected]> Committed: Tue Feb 20 09:30:41 2018 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7a3c4774/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b8c739a..3a2572e 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/7a3c4774/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dabf9ca..6241d26 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -188,7 +188,10 @@ </action> <action issue="LOG4J2-2260" dev="ggregory" type="update"> [SMTP] Update javax.mail from 1.6.0 to 1.6.1. - </action> + </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">
