Update Netty to 4.1.100.final (#689)

This commit is contained in:
AndyChen 2023-10-11 17:50:27 +08:00 committed by GitHub
parent dacfd3f4a1
commit 2ce80b17f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ object Dependencies {
// needs to be inline with the aeron version, check
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
val agronaVersion = "1.19.2"
val nettyVersion = "4.1.98.Final"
val nettyVersion = "4.1.100.Final"
val protobufJavaVersion = "3.19.6"
val logbackVersion = "1.2.11"