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 14ff5dd0dad46169ae2439253ab00e01bca8584c Author: Michael Osipov <[email protected]> AuthorDate: Wed Jun 30 21:11:51 2021 +0200 [MNG-7177] Upgrade Maven Shared Utils to 3.3.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 068e74f..dcdd856 100644 --- a/pom.xml +++ b/pom.xml @@ -289,7 +289,7 @@ under the License. <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId> - <version>3.2.1</version> + <version>3.3.4</version> </dependency> <dependency> <groupId>org.fusesource.jansi</groupId>
