Skip to content

Commit bbe1e5c

Browse files
committed
Update assertJ to newer version (by removing version override)
1 parent 2fb7e1d commit bbe1e5c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

avro/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,9 @@ abstractions.
5858
<scope>test</scope>
5959
</dependency>
6060
<!-- For validating more complex comparisons -->
61-
<!-- 27-Feb-2017, tatu: NOTE! Can NOT use 3.x as it requires Java 8
62-
-->
6361
<dependency>
6462
<groupId>org.assertj</groupId>
6563
<artifactId>assertj-core</artifactId>
66-
<version>2.5.0</version>
6764
<scope>test</scope>
6865
</dependency>
6966
</dependencies>

0 commit comments

Comments
 (0)