You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/05/04 15:26:48 UTC

[maven] 01/01: [MNG-6900] Upgrade Jansi to 1.18

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MNG-6900
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 7001c6aa2376adca5da998f81cd284d4a00d35df
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon May 4 17:26:20 2020 +0200

    [MNG-6900] Upgrade Jansi to 1.18
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dd58b57..6cc221f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,7 +304,7 @@ under the License.
       <dependency>
         <groupId>org.fusesource.jansi</groupId>
         <artifactId>jansi</artifactId>
-        <version>1.17.1</version>
+        <version>1.18</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>