File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 125
125
<dependency >
126
126
<groupId >org.mockito</groupId >
127
127
<artifactId >mockito-core</artifactId >
128
- <version >5.18 .0</version >
128
+ <version >5.20 .0</version >
129
129
<scope >test</scope >
130
130
</dependency >
131
131
<dependency >
132
132
<groupId >org.mockito</groupId >
133
133
<artifactId >mockito-junit-jupiter</artifactId >
134
- <version >5.18 .0</version >
134
+ <version >5.20 .0</version >
135
135
<scope >test</scope >
136
136
</dependency >
137
137
</dependencies >
Original file line number Diff line number Diff line change 99
99
<dependency >
100
100
<groupId >org.mockito</groupId >
101
101
<artifactId >mockito-core</artifactId >
102
- <version >5.18 .0</version >
102
+ <version >5.20 .0</version >
103
103
<scope >test</scope >
104
104
</dependency >
105
105
<dependency >
106
106
<groupId >org.mockito</groupId >
107
107
<artifactId >mockito-junit-jupiter</artifactId >
108
- <version >5.18 .0</version >
108
+ <version >5.20 .0</version >
109
109
<scope >test</scope >
110
110
</dependency >
111
111
</dependencies >
Original file line number Diff line number Diff line change 180
180
<junit5 .version>6.0.0</junit5 .version>
181
181
<jackson .version>2.19.2</jackson .version>
182
182
<assertj .version>3.27.6</assertj .version>
183
- <mockito .version>5.18 .0</mockito .version>
183
+ <mockito .version>5.20 .0</mockito .version>
184
184
<fastjson2 .version>2.0.59</fastjson2 .version>
185
185
<jsonassert .version>1.5.3</jsonassert .version>
186
186
You can’t perform that action at this time.
0 commit comments