Skip to content

Commit

Permalink
netty 4.1.7.Final fix #610
Browse files Browse the repository at this point in the history
  • Loading branch information
jknack committed Jan 21, 2017
1 parent fab4a3b commit 723e735
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions jooby-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

<name>netty module</name>

<properties>
<boringssl.version>1.1.33.Fork25</boringssl.version>
</properties>

<build>
<plugins>
<!-- sure-fire -->
Expand Down Expand Up @@ -140,7 +144,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>1.1.33.Fork19</version>
<version>${boringssl.version}</version>
<classifier>linux-x86_64</classifier>
</dependency>
</dependencies>
Expand All @@ -156,7 +160,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>1.1.33.Fork19</version>
<version>${boringssl.version}</version>
<classifier>windows-x86_64</classifier>
</dependency>
</dependencies>
Expand All @@ -172,7 +176,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>1.1.33.Fork19</version>
<version>${boringssl.version}</version>
<classifier>osx-x86_64</classifier>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2626,10 +2626,10 @@ org.eclipse.jdt.apt.processorOptions/defaultOverwrite=true
<properties>
<!-- Dependencies -->
<jackson.version>2.8.3</jackson.version>
<undertow.version>1.4.4.Final</undertow.version>
<undertow.version>1.4.8.Final</undertow.version>
<servlet.version>3.1.0</servlet.version>
<jetty.version>9.3.14.v20161028</jetty.version>
<netty.version>4.1.6.Final</netty.version>
<jetty.version>9.4.0.v20161208</jetty.version>
<netty.version>4.1.7.Final</netty.version>
<javassist.version>3.20.0-GA</javassist.version>
<javax.ws.rs-api.version>2.0</javax.ws.rs-api.version>
<slf4j-api.version>1.7.21</slf4j-api.version>
Expand Down

0 comments on commit 723e735

Please sign in to comment.