Skip to content

Commit

Permalink
Update netty dependency to 4.0.44
Browse files Browse the repository at this point in the history
Some of our browser test cases started behaving flaky after we migrated browser tests to run on firefox. It turned out that netty had an issue (netty/netty#3687) that caused the server not to send the close frame. Update is done to resolve this issue.
  • Loading branch information
ali-ince committed Dec 11, 2017
1 parent c12aa44 commit 8384028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -514,7 +514,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.28.Final</version>
<version>4.0.44.Final</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8384028

Please sign in to comment.