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/release Commit: a9fe8a79d79cda1cf5858f056bb5e6c32325cc57 Parents: c54705d Author: Pascal Schumacher <pascalschumac...@gmx.net> Authored: Sat May 12 12:37:42 2018 +0200 Committer: Pascal Schumacher <pascalschumac...@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>