File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >org.bouncycastle</groupId >
43
43
<artifactId >bcprov-jdk15on</artifactId >
44
- <version >1.56 </version >
44
+ <version >1.57 </version >
45
45
<!-- see maven-shade-plugin; we don't want this as a transitive dependency in other projects -->
46
46
<optional >true</optional >
47
47
</dependency >
56
56
<dependency >
57
57
<groupId >org.mockito</groupId >
58
58
<artifactId >mockito-core</artifactId >
59
- <version >2.7.22 </version >
59
+ <version >2.8.47 </version >
60
60
<scope >test</scope >
61
61
</dependency >
62
62
<dependency >
63
63
<groupId >org.openjdk.jmh</groupId >
64
64
<artifactId >jmh-core</artifactId >
65
- <version >1.18 </version >
65
+ <version >1.19 </version >
66
66
<scope >test</scope >
67
67
</dependency >
68
68
<dependency >
69
69
<groupId >org.openjdk.jmh</groupId >
70
70
<artifactId >jmh-generator-annprocess</artifactId >
71
- <version >1.18 </version >
71
+ <version >1.19 </version >
72
72
<scope >test</scope >
73
73
</dependency >
74
74
</dependencies >
178
178
<dependency >
179
179
<groupId >com.codacy</groupId >
180
180
<artifactId >codacy-coverage-reporter</artifactId >
181
- <version >1 .0.13 </version >
181
+ <version >2 .0.0 </version >
182
182
<classifier >assembly</classifier >
183
183
<exclusions >
184
184
<exclusion >
You can’t perform that action at this time.
0 commit comments