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

This commit is contained in:
Suresh Kumar Anaparti 2024-04-22 14:05:03 +05:30 committed by GitHub
parent 49d244f251
commit 21182dabcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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>