File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class GreetingControllerTest {
4242
4343Add this to your dependencies:
4444``` kotlin
45- testImplementation(" com.ninja-squad:springmockk:4.0.1 " )
45+ testImplementation(" com.ninja-squad:springmockk:4.0.2 " )
4646```
4747
4848If you want to make sure Mockito (and the standard ` MockBean ` and ` SpyBean ` annotations) is not used, you can also exclude the mockito dependency:
@@ -59,7 +59,7 @@ Add this to your dependencies:
5959<dependency >
6060 <groupId >com.ninja-squad</groupId >
6161 <artifactId >springmockk</artifactId >
62- <version >4.0.1 </version >
62+ <version >4.0.2 </version >
6363 <scope >test</scope >
6464</dependency >
6565```
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
1717}
1818
1919group = " com.ninja-squad"
20- version = " 4.0.1 "
20+ version = " 4.0.2 "
2121description = " MockBean and SpyBean, but for MockK instead of Mockito"
2222
2323val sonatypeUsername = project.findProperty(" sonatypeUsername" )?.toString() ? : " "
You can’t perform that action at this time.
0 commit comments