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:45:09 UTC

[maven-shared-utils] branch MSHARED-973 created (now 80d6342)

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

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


      at 80d6342  Upgrade jansi to 2.2.0

This branch includes the following new commits:

     new 80d6342  Upgrade jansi to 2.2.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-shared-utils] 01/01: Upgrade jansi to 2.2.0

Posted by rf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 80d6342f6ac54228dfe46547ae8db924916b0df4
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu Jan 21 11:02:07 2021 +0100

    Upgrade jansi to 2.2.0
---
 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>