Skip to content

Commit 4de0779

Browse files
authored
Merge pull request #32 from alaisi/update-deps
Update netty and rxjava to latest bugfix releaes
2 parents ed8e367 + e996da2 commit 4de0779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
<dependency>
7272
<groupId>io.netty</groupId>
7373
<artifactId>netty-handler</artifactId>
74-
<version>4.1.5.Final</version>
74+
<version>4.1.6.Final</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>io.reactivex</groupId>
7878
<artifactId>rxjava</artifactId>
79-
<version>1.1.10</version>
79+
<version>1.2.1</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>com.google.code.findbugs</groupId>

0 commit comments

Comments
 (0)