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

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


The following commit(s) were added to refs/heads/master by this push:
     new 021e53f  [MNG-7196] Upgrade Jansi to 2.3.4
021e53f is described below

commit 021e53f62718aed169ea7927242d8790d91f94d4
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Jul 25 14:32:31 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 2eadc9c..bd2d46f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,7 +304,7 @@ under the License.
       <dependency>
         <groupId>org.fusesource.jansi</groupId>
         <artifactId>jansi</artifactId>
-        <version>2.3.3</version>
+        <version>2.3.4</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>

Reply via email to