[MNG-6205] upgraded JAnsi to 1.16 for console encoding fix

also fixes MNG-6218 MinGW bash detection fixed by JAnsi 1.14

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/ee42f75b
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/ee42f75b
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/ee42f75b

Branch: refs/heads/MNG-6169_2/not-updated-MJAR-MCOMPILER
Commit: ee42f75b313efddb552b6abb7aa6d3b5c5e340e2
Parents: 665377b
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Sat May 6 18:25:36 2017 +0200
Committer: Michael Osipov <micha...@apache.org>
Committed: Thu May 11 19:54:51 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/ee42f75b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2962487..e16d93b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -277,7 +277,7 @@ under the License.
       <dependency>
         <groupId>org.fusesource.jansi</groupId>
         <artifactId>jansi</artifactId>
-        <version>1.13</version>
+        <version>1.16</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>

Reply via email to