Repository: maven
Updated Branches:
  refs/heads/MNG-6320_jansi-1.17 [created] 6bbbd1284


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

see https://github.com/fusesource/jansi/pull/95

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

Branch: refs/heads/MNG-6320_jansi-1.17
Commit: 32cbde03a11f142c426f045f866faf4a8735f8e0
Parents: 085ee9f
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Thu Feb 8 23:46:42 2018 +0100
Committer: Hervé Boutemy <hbout...@apache.org>
Committed: Thu Feb 8 23:46:42 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/32cbde03/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d03a25a..d862442 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Reply via email to