File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ Steps to run this project:
8
8
9
9
1 . Clone this Git repository
10
10
2 . Navigate to the folder ` mockito-tips-and-tricks `
11
- 3 . Build the project to run all the tests with ` mvn package `
11
+ 3 . Build the project to run all the tests with ` ./mvnw verify `
Original file line number Diff line number Diff line change 14
14
<kotlin .version>1.4.10</kotlin .version>
15
15
<maven .compiler.source>11</maven .compiler.source>
16
16
<maven .compiler.target>11</maven .compiler.target>
17
- <mockito .version>3.9.0 </mockito .version>
18
- <mockito-kotlin .version>2.2 .0</mockito-kotlin .version>
17
+ <mockito .version>4.6.1 </mockito .version>
18
+ <mockito-kotlin .version>4.0 .0</mockito-kotlin .version>
19
19
<mockwebserver .version>4.8.0</mockwebserver .version>
20
20
<okhttp3 .version>4.8.0</okhttp3 .version>
21
21
</properties >
60
60
<scope >test</scope >
61
61
</dependency >
62
62
<dependency >
63
- <groupId >com.nhaarman.mockitokotlin2 </groupId >
63
+ <groupId >org.mockito.kotlin </groupId >
64
64
<artifactId >mockito-kotlin</artifactId >
65
65
<version >${mockito-kotlin.version} </version >
66
66
<scope >test</scope >
You can’t perform that action at this time.
0 commit comments