File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3131 <artifactId >java-design-patterns</artifactId >
3232 <version >1.23.0-SNAPSHOT</version >
3333 </parent >
34- <groupId >com.iluwatar</groupId >
3534 <artifactId >dirty-flag</artifactId >
3635 <version >1.23.0-SNAPSHOT</version >
3736 <name >dirty-flag</name >
4544 <artifactId >junit-jupiter-engine</artifactId >
4645 <scope >test</scope >
4746 </dependency >
47+ <dependency >
48+ <groupId >org.mockito</groupId >
49+ <artifactId >mockito-junit-jupiter</artifactId >
50+ <version >3.5.0</version >
51+ <scope >test</scope >
52+ </dependency >
4853 </dependencies >
4954 <build >
5055 <plugins >
Original file line number Diff line number Diff line change 4444 <dependency >
4545 <groupId >org.mockito</groupId >
4646 <artifactId >mockito-junit-jupiter</artifactId >
47+ <version >3.5.0</version >
4748 <scope >test</scope >
4849 </dependency >
4950 <dependency >
You can’t perform that action at this time.
0 commit comments