You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2020/11/02 19:08:16 UTC

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

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ee9a416  JUnit v4.13.1
     new acd9672  Merge pull request #14 from nhojpatrick/junit-4.13.1
ee9a416 is described below

commit ee9a416615e7be1acd491ddcf0487e64c272b76a
Author: John Patrick <14...@users.noreply.github.com>
AuthorDate: Sun Oct 11 19:14:02 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 4111c85..abc6e85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -329,7 +329,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13</version>
+        <version>4.13.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>