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/06/12 09:01:06 UTC

[maven] branch MNG-7165 created (now 371faf7)

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

rfscholte pushed a change to branch MNG-7165
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at 371faf7  [MNG-7165] Upgrade JAnsi to 2.3.3

This branch includes the following new commits:

     new 371faf7  [MNG-7165] Upgrade JAnsi to 2.3.3

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] 01/01: [MNG-7165] Upgrade JAnsi to 2.3.3

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

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

commit 371faf7a49298bd1752632c2675aa499fee64667
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Jun 12 11:00:52 2021 +0200

    [MNG-7165] Upgrade JAnsi to 2.3.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 38336fa..4e55ebf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,7 +307,7 @@ under the License.
       <dependency>
         <groupId>org.fusesource.jansi</groupId>
         <artifactId>jansi</artifactId>
-        <version>2.2.0</version>
+        <version>2.3.3</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>