Update netty version for compatibility/staying current (#433)

Co-authored-by: Marcus Sorensen <mls@apple.com>
This commit is contained in:
Marcus Sorensen 2024-04-19 09:50:18 -06:00 committed by GitHub
parent 1b52bebd08
commit e630d7afea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.42.Final</version>
<version>4.1.100.Final</version>
<scope>compile</scope>
</dependency>
</dependencies>