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/07/28 08:47:19 UTC

[commons-text] branch master updated: Update AssertJ to version 3.13.0 and JUnit to version 5.5.1.

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 4e8197f  Update AssertJ to version 3.13.0 and JUnit to version 5.5.1.
4e8197f is described below

commit 4e8197fc4f293a0d86103f4da98631080befdb21
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Jul 28 10:46:33 2019 +0200

    Update AssertJ to version 3.13.0 and JUnit to version 5.5.1.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c47dab7..14b7f30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,13 +80,13 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.5.0</version>
+      <version>5.5.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.12.2</version>
+      <version>3.13.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>