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/12/29 23:55:07 UTC

[maven-enforcer] 01/03: 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 MENFORCER-351
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git

commit eba6d2d44094481058e1de02025ee9ae208c2f42
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Dec 24 16:16:05 2020 +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 1d1ea38..6935051 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13</version>
+        <version>4.13.1</version>
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>