Skip to content

Commit 2b5c6e9

Browse files
author
Stephane Landelle
committed
Upgrade Netty 3.9.0 and Grizzly 2.3.10, close AsyncHttpClient#456
1 parent d912e01 commit 2b5c6e9

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
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>io.netty</groupId>
8383
<artifactId>netty</artifactId>
84-
<version>3.6.6.Final</version>
84+
<version>3.9.0.Final</version>
8585
</dependency>
8686

8787
<dependency>
@@ -489,13 +489,13 @@
489489
<dependency>
490490
<groupId>org.glassfish.grizzly</groupId>
491491
<artifactId>grizzly-websockets</artifactId>
492-
<version>2.3.7</version>
492+
<version>2.3.10</version>
493493
<optional>true</optional>
494494
</dependency>
495495
<dependency>
496496
<groupId>org.glassfish.grizzly</groupId>
497497
<artifactId>grizzly-http-server</artifactId>
498-
<version>2.3.5</version>
498+
<version>2.3.10</version>
499499
<scope>test</scope>
500500
</dependency>
501501
</dependencies>

0 commit comments

Comments
 (0)