Changing assertj version

This commit is contained in:
Martin Stockhammer 2019-10-03 19:45:01 +02:00
parent 8a94fa6bdd
commit e7bbbc0e46
1 changed files with 7 additions and 1 deletions

View File

@ -123,8 +123,14 @@
<dependency> <dependency>
<groupId>org.assertj</groupId> <groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId> <artifactId>assertj-core</artifactId>
<version>1.7.1</version> <version>3.13.2</version>
<scope>test</scope> <scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>