File tree Expand file tree Collapse file tree 3 files changed +184
-210
lines changed
src/test/java/org/codejive/properties Expand file tree Collapse file tree 3 files changed +184
-210
lines changed Original file line number Diff line number Diff line change 3131 <maven .compiler.source>8</maven .compiler.source>
3232 <maven .compiler.target>8</maven .compiler.target>
3333 <junit .version>5.8.2</junit .version>
34- <hamcrest .version>2.2</ hamcrest .version>
34+ <assertj .version>3.21.0</ assertj .version>
3535 <spotless .version>2.12.2</spotless .version>
3636 <google-java-format .version>1.7</google-java-format .version>
3737 </properties >
4444 <scope >test</scope >
4545 </dependency >
4646 <dependency >
47- <groupId >org.hamcrest </groupId >
48- <artifactId >hamcrest-library </artifactId >
49- <version >${hamcrest .version} </version >
47+ <groupId >org.assertj </groupId >
48+ <artifactId >assertj-core </artifactId >
49+ <version >${assertj .version} </version >
5050 <scope >test</scope >
5151 </dependency >
5252 </dependencies >
You can’t perform that action at this time.
0 commit comments