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/01/07 09:49:40 UTC

[text] Update assertj-core test dependency to version 2.9.0

Repository: commons-text
Updated Branches:
  refs/heads/master c4d647767 -> 464775eae


Update assertj-core test dependency to version 2.9.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/464775ea
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/464775ea
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/464775ea

Branch: refs/heads/master
Commit: 464775eaec316c36af08efe354f1bda49998d224
Parents: c4d6477
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Sun Jan 7 10:49:32 2018 +0100
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Sun Jan 7 10:49:32 2018 +0100

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/464775ea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 27c689c..ee656b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,10 +70,10 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-        <groupId>org.assertj</groupId>
-        <artifactId>assertj-core</artifactId>
-        <version>2.8.0</version>
-        <scope>test</scope>
+      <groupId>org.assertj</groupId>
+      <artifactId>assertj-core</artifactId>
+      <version>2.9.0</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>