Skip to content

Commit 5bdb8d7

Browse files
Updated dependencies
1 parent 3644c4d commit 5bdb8d7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@
5656
<dependency>
5757
<groupId>org.mockito</groupId>
5858
<artifactId>mockito-core</artifactId>
59-
<version>2.7.12</version>
59+
<version>2.7.22</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.openjdk.jmh</groupId>
6464
<artifactId>jmh-core</artifactId>
65-
<version>1.17.5</version>
65+
<version>1.18</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.openjdk.jmh</groupId>
7070
<artifactId>jmh-generator-annprocess</artifactId>
71-
<version>1.17.5</version>
71+
<version>1.18</version>
7272
<scope>test</scope>
7373
</dependency>
7474
</dependencies>
@@ -206,7 +206,7 @@
206206
<plugin>
207207
<groupId>org.codehaus.mojo</groupId>
208208
<artifactId>exec-maven-plugin</artifactId>
209-
<version>1.5.0</version>
209+
<version>1.6.0</version>
210210
<executions>
211211
<execution>
212212
<phase>verify</phase>

src/test/java/org/cryptomator/siv/SivModeBenchmark.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
/**
3434
* Needs to be compiled via maven as the JMH annotation processor needs to do stuff...
3535
*/
36+
@SuppressWarnings("deprecation")
3637
@State(Scope.Thread)
3738
@Warmup(iterations = 3, time = 300, timeUnit = TimeUnit.MILLISECONDS)
3839
@Measurement(iterations = 2, time = 500, timeUnit = TimeUnit.MILLISECONDS)

0 commit comments

Comments
 (0)