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-archetype.git
The following commit(s) were added to refs/heads/master by this push:
new 8cbff46 Bump junit from 4.13 to 4.13.1
8cbff46 is described below
commit 8cbff4653457c86565d9a1e3b1eaf3a64e97ed45
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Tue Oct 13 21:06:07 2020 +0200
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 5ff3dee..2037920 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13</version>
+ <version>4.13.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>