This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 1e35164 deps: update JUnit (#21)
1e35164 is described below
commit 1e35164b797e3bf1f95116b9b977e6282ffb0b26
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon Oct 12 09:49:19 2020 -0400
deps: update JUnit (#21)
---
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>