Skip to content

Commit 723e735

Browse files
committed
netty 4.1.7.Final fix #610
1 parent fab4a3b commit 723e735

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

jooby-netty/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
<name>netty module</name>
1515

16+
<properties>
17+
<boringssl.version>1.1.33.Fork25</boringssl.version>
18+
</properties>
19+
1620
<build>
1721
<plugins>
1822
<!-- sure-fire -->
@@ -140,7 +144,7 @@
140144
<dependency>
141145
<groupId>io.netty</groupId>
142146
<artifactId>netty-tcnative-boringssl-static</artifactId>
143-
<version>1.1.33.Fork19</version>
147+
<version>${boringssl.version}</version>
144148
<classifier>linux-x86_64</classifier>
145149
</dependency>
146150
</dependencies>
@@ -156,7 +160,7 @@
156160
<dependency>
157161
<groupId>io.netty</groupId>
158162
<artifactId>netty-tcnative-boringssl-static</artifactId>
159-
<version>1.1.33.Fork19</version>
163+
<version>${boringssl.version}</version>
160164
<classifier>windows-x86_64</classifier>
161165
</dependency>
162166
</dependencies>
@@ -172,7 +176,7 @@
172176
<dependency>
173177
<groupId>io.netty</groupId>
174178
<artifactId>netty-tcnative-boringssl-static</artifactId>
175-
<version>1.1.33.Fork19</version>
179+
<version>${boringssl.version}</version>
176180
<classifier>osx-x86_64</classifier>
177181
</dependency>
178182
</dependencies>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2626,10 +2626,10 @@ org.eclipse.jdt.apt.processorOptions/defaultOverwrite=true
26262626
<properties>
26272627
<!-- Dependencies -->
26282628
<jackson.version>2.8.3</jackson.version>
2629-
<undertow.version>1.4.4.Final</undertow.version>
2629+
<undertow.version>1.4.8.Final</undertow.version>
26302630
<servlet.version>3.1.0</servlet.version>
2631-
<jetty.version>9.3.14.v20161028</jetty.version>
2632-
<netty.version>4.1.6.Final</netty.version>
2631+
<jetty.version>9.4.0.v20161208</jetty.version>
2632+
<netty.version>4.1.7.Final</netty.version>
26332633
<javassist.version>3.20.0-GA</javassist.version>
26342634
<javax.ws.rs-api.version>2.0</javax.ws.rs-api.version>
26352635
<slf4j-api.version>1.7.21</slf4j-api.version>

0 commit comments

Comments
 (0)