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/10/13 18:33:18 UTC

[maven-clean-plugin] branch master updated: 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 master
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git


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

commit 930b445b9e065c22d7bcd3fde0ab5e66558aa661
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Oct 13 20:32:47 2020 +0200

    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 874055b..2428cd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>