Repository: logging-log4j2 Updated Branches: refs/heads/master a8fdb4ee5 -> b511ecf01
[LOG4J2-1879] Update JAnsi from 1.14 to 1.15. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b511ecf0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b511ecf0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b511ecf0 Branch: refs/heads/master Commit: b511ecf011dfff5d9d326a762ae8956c4935ce8c Parents: a8fdb4e Author: Gary Gregory <[email protected]> Authored: Tue Apr 11 16:09:57 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Tue Apr 11 16:09:57 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/b511ecf0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2e5b128..44f902d 100644 --- a/pom.xml +++ b/pom.xml @@ -393,7 +393,7 @@ <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> - <version>1.14</version> + <version>1.15</version> <optional>true</optional> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b511ecf0/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f3c1985..3814847 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,6 +52,9 @@ <action issue="LOG4J2-1872" dev="ggregory" type="update"> Update JavaMail from 1.5.5 to 1.5.6. </action> + <action issue="LOG4J2-1879" dev="ggregory" type="update"> + Update JAnsi from 1.14 to 1.15. + </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">
