You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2021/01/06 12:06:08 UTC

[commons-daemon] branch master updated: JUnit v4.13.1

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new ea81b2d  JUnit v4.13.1
ea81b2d is described below

commit ea81b2d6bc73954529f017fb7b9831e33d6fbacb
Author: John Patrick <14...@users.noreply.github.com>
AuthorDate: Sun Oct 11 19:13:34 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 a87da00..8c95279 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>