This is an automated email from the ASF dual-hosted git repository. hboutemy 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 3c3a590 [MNG-6382][MNG-6372] upgraded Jansi to 1.17.1 3c3a590 is described below commit 3c3a5901f35783289d502b67bfc520b8e6936ed8 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Mon May 14 00:51:28 2018 +0200 [MNG-6382][MNG-6372] upgraded Jansi to 1.17.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 660173b..10a17d2 100644 --- a/pom.xml +++ b/pom.xml @@ -292,7 +292,7 @@ under the License. <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> - <version>1.17</version> + <version>1.17.1</version> </dependency> <dependency> <groupId>org.slf4j</groupId> -- To stop receiving notification emails like this one, please contact hbout...@apache.org.