Skip to content

Commit f88c78f

Browse files
authored
Merge pull request #582 from jekh/update-dependency-versions
Update dependencies
2 parents a319a5f + 65b312d commit f88c78f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
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>
@@ -272,7 +272,7 @@
272272
<dependency>
273273
<groupId>net.lightbody.bmp</groupId>
274274
<artifactId>littleproxy</artifactId>
275-
<version>1.1.0-beta-bmp-14</version>
275+
<version>1.1.0-beta-bmp-15</version>
276276
</dependency>
277277

278278
<dependency>

0 commit comments

Comments
 (0)