This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git
commit 633d6424383f555be8d46c71c30200abcbb0a80d Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Mon Oct 12 09:01:40 2020 -0400 deps: update JUnit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aae6f4f..0f35d61 100644 --- a/pom.xml +++ b/pom.xml @@ -174,7 +174,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13</version> + <version>4.13.1</version> <scope>test</scope> </dependency> <dependency>
