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 2021/01/22 23:18:32 UTC

[maven-indexer] 01/02: Bump junit from 4.13 to 4.13.1

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

slachiewicz pushed a commit to branch MINDEXER-126
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git

commit c3199dff3e46ced2e22b0fea27ae47e2dd64c787
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jan 22 23:37:45 2021 +0100

    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 fa0b4eb..1967ca7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,7 +270,7 @@ under the License.
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13</version>
+        <version>4.13.1</version>
         <scope>test</scope>
       </dependency>