Skip to content

Commit 5dc62a7

Browse files
authored
Merge pull request #506 from jekh/update-dependencies
Updated netty version and mockito version
2 parents 2875f64 + 8a96e3a commit 5dc62a7

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
@@ -68,7 +68,7 @@
6868
<groovy.version>2.4.7</groovy.version>
6969
<groovy-eclipse-batch.version>2.4.3-01</groovy-eclipse-batch.version>
7070

71-
<netty.version>4.0.38.Final</netty.version>
71+
<netty.version>4.0.39.Final</netty.version>
7272

7373
<bouncycastle.version>1.54</bouncycastle.version>
7474
</properties>
@@ -243,7 +243,7 @@
243243
<dependency>
244244
<groupId>org.mockito</groupId>
245245
<artifactId>mockito-core</artifactId>
246-
<version>2.0.82-beta</version>
246+
<version>2.0.87-beta</version>
247247
</dependency>
248248

249249
<dependency>
@@ -468,7 +468,7 @@
468468
<profile>
469469
<id>netty-4.1</id>
470470
<properties>
471-
<netty.version>4.1.2.Final</netty.version>
471+
<netty.version>4.1.3.Final</netty.version>
472472
</properties>
473473
</profile>
474474
</profiles>

0 commit comments

Comments
 (0)