Skip to content

Commit

Permalink
Merge pull request #421 from relayrides/netty_4_1_8
Browse files Browse the repository at this point in the history
Upgrade to Netty 4.1.8
  • Loading branch information
jchambers authored Jan 31, 2017
2 parents 0ff6d17 + 2558082 commit 66b3b4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>1.1.33.Fork24</version>
<version>1.1.33.Fork26</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -82,7 +82,7 @@
</licenses>

<properties>
<netty.version>4.1.6.Final</netty.version>
<netty.version>4.1.8.Final</netty.version>
<slf4j.version>1.7.21</slf4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pushy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<argLine>${argLine.alpnAgent} -Dorg.slf4j.simpleLogger.defaultLogLevel=warn -Dio.netty.leakDetectionLevel=PARANOID -ea</argLine>
<argLine>${argLine.alpnAgent} -Dorg.slf4j.simpleLogger.defaultLogLevel=warn -ea</argLine>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 66b3b4f

Please sign in to comment.