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-invoker-plugin.git
commit 988a66a8291181de557c6c83aec511f9ffefefde Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Aug 16 23:09:39 2020 +0200 Upgrade maven-shared-utils from 3.2.1 to 3.3.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b154fad..e34444e 100644 --- a/pom.xml +++ b/pom.xml @@ -222,7 +222,7 @@ under the License. <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId> - <version>3.2.1</version> + <version>3.3.3</version> </dependency> <dependency>
