Update netty dependency (#118)
Signed-off-by: Max Lambrecht <max.lambrecht@hpe.com>
This commit is contained in:
parent
8c2d990e3f
commit
11d0180134
|
|
@ -22,7 +22,7 @@ subprojects {
|
||||||
nimbusVersion = '9.31'
|
nimbusVersion = '9.31'
|
||||||
|
|
||||||
//IMPORTANT: This must be in sync with the shaded netty version in gRPC
|
//IMPORTANT: This must be in sync with the shaded netty version in gRPC
|
||||||
nettyVersion = '4.1.79.Final'
|
nettyVersion = '4.1.91.Final'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'java-library'
|
apply plugin: 'java-library'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue