Update netty dependency (#118)

Signed-off-by: Max Lambrecht <max.lambrecht@hpe.com>
This commit is contained in:
Max Lambrecht 2023-04-05 16:40:08 -05:00 committed by GitHub
parent 8c2d990e3f
commit 11d0180134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ subprojects {
nimbusVersion = '9.31'
//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'