[MNG-6046] upgrade JAnsi from 1.12 to 1.13 now color should not make BSD users unable to use Maven thank you to JAnsi maintainers for merging PRs and doing the release
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/bcaad566 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/bcaad566 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/bcaad566 Branch: refs/heads/jigsaw Commit: bcaad5668ead035e2c2cae7971b9ebed33fa82b9 Parents: cdc87a9 Author: Hervé Boutemy <hbout...@apache.org> Authored: Thu Jun 16 08:42:18 2016 +0200 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Thu Jun 16 08:42:18 2016 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/bcaad566/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4a22e9d..6698f94 100644 --- a/pom.xml +++ b/pom.xml @@ -278,7 +278,7 @@ under the License. <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> - <version>1.12</version> + <version>1.13</version> </dependency> <dependency> <groupId>org.slf4j</groupId>