You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2019/06/30 20:46:06 UTC

[commons-text] branch master updated: Update JUnit to version 5.5.0.

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new e36fe49  Update JUnit to version 5.5.0.
e36fe49 is described below

commit e36fe490ab196ee64debad96b4f4d7e3c78200df
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Jun 30 22:45:25 2019 +0200

    Update JUnit to version 5.5.0.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc9e2dd..965d909 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.4.2</version>
+      <version>5.5.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>