JAVA-8436: Add assertj.version property to the main pom.xml
This commit is contained in:
parent
f2fd110be1
commit
cae6bbc8fe
1
pom.xml
1
pom.xml
|
@ -1388,6 +1388,7 @@
|
||||||
|
|
||||||
<!-- used only in dependency management to force this version, not included as a direct dependency -->
|
<!-- used only in dependency management to force this version, not included as a direct dependency -->
|
||||||
<junit.version>4.13.2</junit.version>
|
<junit.version>4.13.2</junit.version>
|
||||||
|
<assertj.version>3.21.0</assertj.version>
|
||||||
<hamcrest.version>2.2</hamcrest.version>
|
<hamcrest.version>2.2</hamcrest.version>
|
||||||
<hamcrest-all.version>1.3</hamcrest-all.version>
|
<hamcrest-all.version>1.3</hamcrest-all.version>
|
||||||
<mockito.version>3.3.0</mockito.version>
|
<mockito.version>3.3.0</mockito.version>
|
||||||
|
|
Loading…
Reference in New Issue