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/18 18:22:22 UTC

[maven-doxia-sitetools] branch master updated: DOXIASITETOOLS-226 update JUnit version

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


The following commit(s) were added to refs/heads/master by this push:
     new 33d7973  DOXIASITETOOLS-226 update JUnit version
33d7973 is described below

commit 33d7973850a9bbe279da53229134fdcf95dbd1db
Author: gmakris <ge...@gmail.com>
AuthorDate: Sun Oct 18 20:04:54 2020 +0200

    DOXIASITETOOLS-226 update JUnit version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f6cc7ae..ac9bba7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@ under the License.
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13</version>
+        <version>4.13.1</version>
       </dependency>
     </dependencies>
   </dependencyManagement>