You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/01/21 19:54:53 UTC

[maven-shared-utils] branch master updated: [MSHARED-973] Upgrade jansi to 2.2.0

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new c6ae143  [MSHARED-973]    Upgrade jansi to 2.2.0
c6ae143 is described below

commit c6ae1438bc08fe202fbd699af324ce1a81396dc9
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu Jan 21 20:54:43 2021 +0100

    [MSHARED-973]    Upgrade jansi to 2.2.0
    
    Signed-off-by: rfscholte <rf...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 87cee13..f548340 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>org.fusesource.jansi</groupId>
       <artifactId>jansi</artifactId>
-      <version>2.0.1</version>
+      <version>2.2.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>