Upgrade to Netty 4.1.13.Final
This commit upgrades the Netty dependency from version 4.1.11.Final to 4.1.13.Final. Relates #25581
This commit is contained in:
parent
cc1f40ca18
commit
c96257ca73
|
@ -34,13 +34,13 @@ compileTestJava.options.compilerArgs << "-Xlint:-cast,-deprecation,-rawtypes,-tr
|
|||
|
||||
dependencies {
|
||||
// network stack
|
||||
compile "io.netty:netty-buffer:4.1.11.Final"
|
||||
compile "io.netty:netty-codec:4.1.11.Final"
|
||||
compile "io.netty:netty-codec-http:4.1.11.Final"
|
||||
compile "io.netty:netty-common:4.1.11.Final"
|
||||
compile "io.netty:netty-handler:4.1.11.Final"
|
||||
compile "io.netty:netty-resolver:4.1.11.Final"
|
||||
compile "io.netty:netty-transport:4.1.11.Final"
|
||||
compile "io.netty:netty-buffer:4.1.13.Final"
|
||||
compile "io.netty:netty-codec:4.1.13.Final"
|
||||
compile "io.netty:netty-codec-http:4.1.13.Final"
|
||||
compile "io.netty:netty-common:4.1.13.Final"
|
||||
compile "io.netty:netty-handler:4.1.13.Final"
|
||||
compile "io.netty:netty-resolver:4.1.13.Final"
|
||||
compile "io.netty:netty-transport:4.1.13.Final"
|
||||
}
|
||||
|
||||
dependencyLicenses {
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
84da342824017dcbeefda0becfef11ce2b5836da
|
|
@ -0,0 +1 @@
|
|||
0e3f583ea8a2618a7563b1ee2aa696c23edcc3d8
|
|
@ -1 +0,0 @@
|
|||
d9ffe2192b567a4df052f6a36e7b7090b510e0cf
|
|
@ -0,0 +1 @@
|
|||
370eeb6e9d92495a2a3be096ab6102755af76730
|
|
@ -1 +0,0 @@
|
|||
3edeb0f08e455e570a55eb56bf64595fcb1a6b15
|
|
@ -0,0 +1 @@
|
|||
0ee87368766e6b900cf6be8ac9cdce27156e9411
|
|
@ -1 +0,0 @@
|
|||
f79a702bc5f275832ae18e33ba3d2a264a4aa728
|
|
@ -0,0 +1 @@
|
|||
f640e8cd8866527150784f8986152d3bba45b712
|
|
@ -1 +0,0 @@
|
|||
6f43aae489b2e4fd7446cd347b077bb058a225d8
|
|
@ -0,0 +1 @@
|
|||
85847aa81a98d29948731befb4784d141046fa0e
|
|
@ -1 +0,0 @@
|
|||
3310d435f97ef9769dd5659dae3ef762ee3f0f57
|
|
@ -0,0 +1 @@
|
|||
d33ce420bd22c8a53246296ceb6e1ff08d31f8e1
|
|
@ -1 +0,0 @@
|
|||
6244fb27cbc24a8d006e9aaaead6b25dcf3aa2e1
|
|
@ -0,0 +1 @@
|
|||
5008406221a849a350ad2a8885f14ac330e038f3
|
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
grant codeBase "${codebase.netty-common-4.1.11.Final.jar}" {
|
||||
grant codeBase "${codebase.netty-common-4.1.13.Final.jar}" {
|
||||
// for reading the system-wide configuration for the backlog of established sockets
|
||||
permission java.io.FilePermission "/proc/sys/net/core/somaxconn", "read";
|
||||
|
||||
|
@ -25,7 +25,7 @@ grant codeBase "${codebase.netty-common-4.1.11.Final.jar}" {
|
|||
permission java.net.SocketPermission "*", "accept,connect";
|
||||
};
|
||||
|
||||
grant codeBase "${codebase.netty-transport-4.1.11.Final.jar}" {
|
||||
grant codeBase "${codebase.netty-transport-4.1.13.Final.jar}" {
|
||||
// Netty NioEventLoop wants to change this, because of https://bugs.openjdk.java.net/browse/JDK-6427854
|
||||
// the bug says it only happened rarely, and that its fixed, but apparently it still happens rarely!
|
||||
permission java.util.PropertyPermission "sun.nio.ch.bugLevel", "write";
|
||||
|
|
Loading…
Reference in New Issue