Commit 2748f5b 1 parent 3ff4cc5 commit 2748f5b Copy full SHA for 2748f5b
File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 143
143
<jaxb .version>2.2.7</jaxb .version>
144
144
<javax-activation .version>1.1</javax-activation .version>
145
145
<sonatypeOssDistMgmtSnapshotsUrl >https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl >
146
- </properties >
146
+ <mockito .version>4.3.1</mockito .version>
147
+ </properties >
147
148
148
149
<modules >
149
150
<module >japicmp</module >
167
168
</dependency >
168
169
<dependency >
169
170
<groupId >org.mockito</groupId >
170
- <artifactId >mockito-all</artifactId >
171
- <version >1.10.19</version >
171
+ <artifactId >mockito-core</artifactId >
172
172
<scope >test</scope >
173
173
</dependency >
174
174
</dependencies >
175
175
176
176
<dependencyManagement >
177
177
<dependencies >
178
+ <dependency >
179
+ <groupId >org.mockito</groupId >
180
+ <artifactId >mockito-bom</artifactId >
181
+ <version >${mockito.version} </version >
182
+ <type >pom</type >
183
+ <scope >import</scope >
184
+ </dependency >
178
185
<dependency >
179
186
<groupId >org.javassist</groupId >
180
187
<artifactId >javassist</artifactId >
You can’t perform that action at this time.
0 commit comments