This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva.git
commit e7bbbc0e469896b1b1660203ec92a682623dcc57 Author: Martin Stockhammer <[email protected]> AuthorDate: Thu Oct 3 19:45:01 2019 +0200 Changing assertj version --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8159e3c..29664ea 100644 --- a/pom.xml +++ b/pom.xml @@ -123,8 +123,14 @@ <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> - <version>1.7.1</version> + <version>3.13.2</version> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + </exclusion> + </exclusions> </dependency> <dependency>
