File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -100,19 +100,19 @@ Maven Coordinates:
100
100
<dependency>
101
101
<groupId>org.junit.jupiter</groupId>
102
102
<artifactId>junit-jupiter-api</artifactId>
103
- <version>5.2.0 </version>
103
+ <version>5.3.1 </version>
104
104
<scope>test</scope>
105
105
</dependency>
106
106
<dependency>
107
107
<groupId>org.mockito</groupId>
108
108
<artifactId>mockito-core</artifactId>
109
- <version>2.22 .0</version>
109
+ <version>2.23 .0</version>
110
110
<scope>test</scope>
111
111
</dependency>
112
112
<dependency>
113
113
<groupId>com.github.exabrial</groupId>
114
114
<artifactId>mockito-object-injection</artifactId>
115
- <version>1.0.1 </version>
115
+ <version>1.0.2 </version>
116
116
<scope>test</scope>
117
117
</dependency>
118
118
```
Original file line number Diff line number Diff line change 43
43
<dependency >
44
44
<groupId >org.junit.jupiter</groupId >
45
45
<artifactId >junit-jupiter-api</artifactId >
46
- <version >5.2.0 </version >
46
+ <version >5.3.1 </version >
47
47
<scope >provided</scope >
48
48
</dependency >
49
49
<dependency >
50
50
<groupId >org.mockito</groupId >
51
51
<artifactId >mockito-core</artifactId >
52
- <version >2.22 .0</version >
52
+ <version >2.23 .0</version >
53
53
<scope >provided</scope >
54
54
</dependency >
55
55
<dependency >
You can’t perform that action at this time.
0 commit comments