File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 39
39
<commons-dbcp .version>1.4</commons-dbcp .version>
40
40
<camel .version>2.24.0</camel .version>
41
41
<guava .version>19.0</guava .version>
42
- <mockito .version>1.10.19 </mockito .version>
42
+ <mockito .version>3.5.6 </mockito .version>
43
43
<htmlunit .version>2.22</htmlunit .version>
44
44
<guice .version>4.0</guice .version>
45
45
<mongo-java-driver .version>3.12.1</mongo-java-driver .version>
206
206
207
207
<dependencyManagement >
208
208
<dependencies >
209
+ <dependency >
210
+ <groupId >net.bytebuddy</groupId >
211
+ <artifactId >byte-buddy</artifactId >
212
+ <version >1.9.7</version >
213
+ <scope >test</scope >
214
+ </dependency >
215
+ <dependency >
216
+ <groupId >net.bytebuddy</groupId >
217
+ <artifactId >byte-buddy-agent</artifactId >
218
+ <version >1.9.7</version >
219
+ <scope >test</scope >
220
+ </dependency >
209
221
<dependency >
210
222
<groupId >org.hibernate</groupId >
211
223
<artifactId >hibernate-core</artifactId >
You can’t perform that action at this time.
0 commit comments