This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git
The following commit(s) were added to refs/heads/master by this push: new 360fd97 [MSHARED-962] Upgrade org.fusesource.jansi:jansi from 1.13 to 2.0.1 360fd97 is described below commit 360fd973130d4e80bbb0df2e6b30b7a54ec5f324 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Wed Nov 25 22:48:46 2020 +0100 [MSHARED-962] Upgrade org.fusesource.jansi:jansi from 1.13 to 2.0.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 59a4f29..87cee13 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> - <version>1.13</version> + <version>2.0.1</version> <optional>true</optional> </dependency> <dependency>