Skip to content

Commit cda4f7e

Browse files
committed
Update test dependency in pom.xml
1 parent 6d1e7bc commit cda4f7e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<!-- Test libs -->
4747
<junit.version>4.12</junit.version>
4848
<mockito.version>2.21.0</mockito.version>
49+
<assertj.version>3.12.1</assertj.version>
4950
<awaitility.version>3.1.5</awaitility.version>
5051
<powermock.version>2.0.0</powermock.version>
5152

@@ -158,6 +159,12 @@
158159
<version>${mockito.version}</version>
159160
<scope>test</scope>
160161
</dependency>
162+
<dependency>
163+
<groupId>org.assertj</groupId>
164+
<artifactId>assertj-core</artifactId>
165+
<version>${assertj.version}</version>
166+
<scope>test</scope>
167+
</dependency>
161168
<dependency>
162169
<groupId>org.awaitility</groupId>
163170
<artifactId>awaitility</artifactId>

0 commit comments

Comments
 (0)