logstash-plugins / logstash-input-beats

Apache License 2.0
87 stars 81 forks source link

Updates Netty to 4.1.87 #466

Closed andsel closed 1 year ago

andsel commented 1 year ago

Release notes

Update Netty to 4.1.87

What does this PR do?

With Netty's PR 11732, Netty projects stops to re-package jars in netty-all dependency, so all the Netty deps used by the project has to be explicited listed, and this started with version 4.1.69. With version 4.1.78 was shipped the PR 12438 which in SslContext needs the unix socket domains, packaged in netty-transport-native-unix-common.

Why is it important/What is the impact to the user?

Keeps the dependencies updated.