This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 3.8.x/jansi-and-stuff in repository https://gitbox.apache.org/repos/asf/maven.git
commit bfd7c491b86dfd26480fc6bb1b95df6dbea20945 Author: rfscholte <[email protected]> AuthorDate: Sat Jun 12 11:00:52 2021 +0200 [MNG-7179] 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 bf185ba..068e74f 100644 --- a/pom.xml +++ b/pom.xml @@ -294,7 +294,7 @@ under the License. <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> - <version>1.17.1</version> + <version>2.3.3</version> </dependency> <dependency> <groupId>org.slf4j</groupId>
