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:28:40 UTC

[maven-doxia] branch master updated: Bump junit from 4.11 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-doxia.git


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

commit c439714e8f4a9e86f9962ac6be9a0077ae9b4d30
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Oct 13 20:28:12 2020 +0200

    Bump junit from 4.11 to 4.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a1db352..b634aa6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,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>