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-default-skin.gitThe following commit(s) were added to refs/heads/master by this push:
new 760a4b9 Bump maven-invoker-plugin from 3.2.0 to 3.2.2
760a4b9 is described below
commit 760a4b975da459f0768d94a7c3cc588985d4e284
Author: Sylwester Lachiewicz <
[hidden email]>
AuthorDate: Mon Feb 22 11:41:10 2021 +0100
Bump maven-invoker-plugin from 3.2.0 to 3.2.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 55e1b8d..00547f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.2.2</version>
<configuration>
<projectsDirectory>src/it</projectsDirectory>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>