You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/02/10 12:10:30 UTC

[5/9] maven git commit: [MNG-6320] upgraded JAnsi to 1.17 to fix encoding issues

[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/91683952
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/91683952
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/91683952

Branch: refs/heads/MNG-6352-print-version
Commit: 916839528cfc26719cb85dc74e3165095447bc97
Parents: 867e5d5
Author: Hervé Boutemy <hb...@apache.org>
Authored: Thu Feb 8 23:46:42 2018 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sat Feb 10 11:42:32 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/91683952/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4fb8053..89d8cb1 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>