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-assembly-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new d80c61c Bump junit from 4.13 to 4.13.1
d80c61c is described below
commit d80c61c4eae132bc3834a0a9425885daa6f65083
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Feb 1 12:34:27 2021 +0100
Bump junit from 4.13 to 4.13.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b3cb802..4f80a12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,7 +216,7 @@ under the License.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13</version>
+ <version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>