File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/test/java/org/cryptomator/siv Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 56
56
<dependency >
57
57
<groupId >org.mockito</groupId >
58
58
<artifactId >mockito-core</artifactId >
59
- <version >2.7.12 </version >
59
+ <version >2.7.22 </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.17.5 </version >
65
+ <version >1.18 </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.17.5 </version >
71
+ <version >1.18 </version >
72
72
<scope >test</scope >
73
73
</dependency >
74
74
</dependencies >
206
206
<plugin >
207
207
<groupId >org.codehaus.mojo</groupId >
208
208
<artifactId >exec-maven-plugin</artifactId >
209
- <version >1.5 .0</version >
209
+ <version >1.6 .0</version >
210
210
<executions >
211
211
<execution >
212
212
<phase >verify</phase >
Original file line number Diff line number Diff line change 33
33
/**
34
34
* Needs to be compiled via maven as the JMH annotation processor needs to do stuff...
35
35
*/
36
+ @ SuppressWarnings ("deprecation" )
36
37
@ State (Scope .Thread )
37
38
@ Warmup (iterations = 3 , time = 300 , timeUnit = TimeUnit .MILLISECONDS )
38
39
@ Measurement (iterations = 2 , time = 500 , timeUnit = TimeUnit .MILLISECONDS )
You can’t perform that action at this time.
0 commit comments