Merge pull request #69 from maxlambrecht/netty-dependency-update
Update netty-transport-native-kqueue dependecy to 4.1.63
This commit is contained in:
commit
16d02d65ba
|
|
@ -2,7 +2,7 @@ description = "Java SPIFFE Library GRPC-Netty MacOS module"
|
|||
|
||||
dependencies {
|
||||
implementation group: 'io.grpc', name: 'grpc-netty', version: "${grpcVersion}"
|
||||
implementation group: 'io.netty', name: 'netty-transport-native-kqueue', version: '4.1.51.Final', classifier: 'osx-x86_64'
|
||||
implementation group: 'io.netty', name: 'netty-transport-native-kqueue', version: '4.1.63.Final', classifier: 'osx-x86_64'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
|
|||
Loading…
Reference in New Issue