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:07 UTC

[maven] 01/01: [MNG-7165] Upgrade JAnsi to 2.3.3

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>