You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/03/03 14:11:21 UTC

[commons-text] branch master updated: Update tests from assertj-core 3.12.0 to 3.12.1.

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

ggregory 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 0dbd772  Update tests from assertj-core 3.12.0 to 3.12.1.
0dbd772 is described below

commit 0dbd7728901b74835d0da63ee8144d25b929cf7e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 3 09:11:20 2019 -0500

    Update tests from assertj-core 3.12.0 to 3.12.1.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4921028..f64e930 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.12.0</version>
+      <version>3.12.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>