Skip to content

Commit

Permalink
Use same assertj version as parent project
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulienVa committed Nov 23, 2020
1 parent b680a72 commit 2fe0ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<kotlin.version>1.4.10</kotlin.version>
<assertj.version>3.18.1</assertj.version>
<assertj.version>3.9.0</assertj.version>
<mockito.version>3.6.0</mockito.version>
<pitest.version>1.5.2</pitest.version>
</properties>
Expand Down

0 comments on commit 2fe0ca4

Please sign in to comment.