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/03/14 22:17:54 UTC

[maven-doxia-converter] branch master updated: [DOXIATOOLS-63] Upgrade JUnit to 4.13

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


The following commit(s) were added to refs/heads/master by this push:
     new b10a8be  [DOXIATOOLS-63] Upgrade JUnit to 4.13
b10a8be is described below

commit b10a8bee2e2e22aa7e56c5e0f5371d2882a48a57
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Mar 14 23:15:18 2020 +0100

    [DOXIATOOLS-63] Upgrade JUnit to 4.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e0c01ea..c01af12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13-rc-1</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
   </dependencies>