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-verifier.git
The following commit(s) were added to refs/heads/master by this push:
new 3961dc7 Bump junit from 4.13 to 4.13.1
3961dc7 is described below
commit 3961dc75596e9f759dcadd51f1a8420386564540
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Wed Oct 14 21:56:43 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 39c353f..e3341c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13</version>
+ <version>4.13.1</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>