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

also fixes MNG-6218 MinGW bash detection fixed by JAnsi 1.14
This commit is contained in:
Hervé Boutemy 2017-05-06 18:25:36 +02:00
parent 2d4401557c
commit 2a79d1e71e
1 changed files with 1 additions and 1 deletions

View File

@ -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>