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/05/12 10:37:51 UTC

[text] Update AssertJ to version 3.10.0

Repository: commons-text
Updated Branches:
  refs/heads/master c54705d79 -> a9fe8a79d


Update AssertJ to version 3.10.0


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

Branch: refs/heads/master
Commit: a9fe8a79d79cda1cf5858f056bb5e6c32325cc57
Parents: c54705d
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Sat May 12 12:37:42 2018 +0200
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Sat May 12 12:37:42 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/a9fe8a79/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4b8eb8a..b077277 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.9.1</version>
+      <version>3.10.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>