You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/16 13:24:59 UTC

[maven-indexer] branch master updated: Bump junit from 4.12 to 4.13

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-indexer.git


The following commit(s) were added to refs/heads/master by this push:
     new 465681a  Bump junit from 4.12 to 4.13
465681a is described below

commit 465681a62f0d27a47ceb412b248d7361677215fb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 16 13:20:06 2020 +0000

    Bump junit from 4.12 to 4.13
    
    Closes #60
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1e436ba..5de4b77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,7 +270,7 @@ under the License.
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.12</version>
+        <version>4.13</version>
         <scope>test</scope>
       </dependency>