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/08/04 10:07:10 UTC

[commons-text] 02/02: Update AssertJ to version 3.13.2.

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

commit 9137054229635e9607a6e62588e0368b78e2c820
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Aug 4 12:06:58 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 14b7f30..7b77ab9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.13.0</version>
+      <version>3.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>