This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
commit 0ea3c423733546dbf780ffaa25ea36f3072b5665 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Wed Nov 25 12:19:08 2020 +0100 Updated junit to 4.13.1 in integration tests --- src/it/MINVOKER-191/module-a/pom.xml | 2 +- src/it/MINVOKER-191/module-b/pom.xml | 2 +- src/it/staging-dependencies/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/it/MINVOKER-191/module-a/pom.xml b/src/it/MINVOKER-191/module-a/pom.xml index 942b5b3..5f8cf67 100644 --- a/src/it/MINVOKER-191/module-a/pom.xml +++ b/src/it/MINVOKER-191/module-a/pom.xml @@ -33,7 +33,7 @@ under the License. <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13.1</version> </dependency> </dependencies> diff --git a/src/it/MINVOKER-191/module-b/pom.xml b/src/it/MINVOKER-191/module-b/pom.xml index 46cfd92..63cf52c 100644 --- a/src/it/MINVOKER-191/module-b/pom.xml +++ b/src/it/MINVOKER-191/module-b/pom.xml @@ -33,7 +33,7 @@ under the License. <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13.1</version> </dependency> </dependencies> diff --git a/src/it/staging-dependencies/pom.xml b/src/it/staging-dependencies/pom.xml index 0c4a272..3aa0840 100644 --- a/src/it/staging-dependencies/pom.xml +++ b/src/it/staging-dependencies/pom.xml @@ -35,7 +35,7 @@ under the License. <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.2</version> + <version>4.13.1</version> </dependency> <!-- snapshot version, must be staged using the base version and not the timestamped version --> <dependency>