This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch maven-3.8.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.8.x by this push:
new 51f6d8b [MNG-7196] Upgrade Jansi to 2.3.4
51f6d8b is described below
commit 51f6d8b8525d8bf218f70100ec99a7ae97097923
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 dbe5eb2..750e63b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -294,7 +294,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>