This is an automated email from the ASF dual-hosted git repository.
kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-functor.git
The following commit(s) were added to refs/heads/master by this push:
new bc72210 JUnit v4.13.1
new dbe8aa3 Merge pull request #2 from nhojpatrick/junit-4.13.1
bc72210 is described below
commit bc722105106a234f51be45f98170c79a6bf392bc
Author: John Patrick <[email protected]>
AuthorDate: Sun Oct 11 19:13:50 2020 +0100
JUnit v4.13.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6ad6dd6..2143970 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.10</version>
+ <version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>