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 2018/09/30 07:54:02 UTC

[text] Update assertj-core to version 3.11.1

Repository: commons-text
Updated Branches:
  refs/heads/master f86e64dab -> fb9dbe71a


Update assertj-core to version 3.11.1


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/fb9dbe71
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/fb9dbe71
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/fb9dbe71

Branch: refs/heads/master
Commit: fb9dbe71a5b15aed3d2d79e8ca3898ccbc4ea32b
Parents: f86e64d
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Sun Sep 30 09:53:54 2018 +0200
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Sun Sep 30 09:53:54 2018 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/fb9dbe71/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9823a56..49ae75d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.11.0</version>
+      <version>3.11.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>