Skip to content

Commit e54f019

Browse files
Updated dependencies
1 parent 5bdb8d7 commit e54f019

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.bouncycastle</groupId>
4343
<artifactId>bcprov-jdk15on</artifactId>
44-
<version>1.56</version>
44+
<version>1.57</version>
4545
<!-- see maven-shade-plugin; we don't want this as a transitive dependency in other projects -->
4646
<optional>true</optional>
4747
</dependency>
@@ -56,19 +56,19 @@
5656
<dependency>
5757
<groupId>org.mockito</groupId>
5858
<artifactId>mockito-core</artifactId>
59-
<version>2.7.22</version>
59+
<version>2.8.47</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.openjdk.jmh</groupId>
6464
<artifactId>jmh-core</artifactId>
65-
<version>1.18</version>
65+
<version>1.19</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.openjdk.jmh</groupId>
7070
<artifactId>jmh-generator-annprocess</artifactId>
71-
<version>1.18</version>
71+
<version>1.19</version>
7272
<scope>test</scope>
7373
</dependency>
7474
</dependencies>
@@ -178,7 +178,7 @@
178178
<dependency>
179179
<groupId>com.codacy</groupId>
180180
<artifactId>codacy-coverage-reporter</artifactId>
181-
<version>1.0.13</version>
181+
<version>2.0.0</version>
182182
<classifier>assembly</classifier>
183183
<exclusions>
184184
<exclusion>

0 commit comments

Comments
 (0)