[MNG-6320] upgraded JAnsi to 1.17 to fix encoding issues

see https://github.com/fusesource/jansi/pull/95
This commit is contained in:
Hervé Boutemy 2018-02-08 23:46:42 +01:00
parent 867e5d50be
commit 916839528c
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ under the License.
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>1.16</version>
<version>1.17</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>