Skip to content

Commit 65b312d

Browse files
committed
Updated slf4j, bouncycastle, and mockito versions
1 parent 0759a63 commit 65b312d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6262
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6363

64-
<slf4j.version>1.7.21</slf4j.version>
64+
<slf4j.version>1.7.22</slf4j.version>
6565
<selenium.version>2.53.1</selenium.version>
6666

6767
<jackson.version>2.8.5</jackson.version>
@@ -77,7 +77,7 @@
7777
<!-- netty 4.1 version to use for browsermob-dist and when using the netty-4.1 profile -->
7878
<netty-4.1.version>4.1.6.Final</netty-4.1.version>
7979

80-
<bouncycastle.version>1.55</bouncycastle.version>
80+
<bouncycastle.version>1.56</bouncycastle.version>
8181
</properties>
8282

8383
<build>
@@ -245,7 +245,7 @@
245245
<dependency>
246246
<groupId>org.mockito</groupId>
247247
<artifactId>mockito-core</artifactId>
248-
<version>2.3.0</version>
248+
<version>2.4.1</version>
249249
</dependency>
250250

251251
<dependency>

0 commit comments

Comments
 (0)