Update netty-handler, netty-transport to 4.1.104.Final (#844)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2023-12-17 08:45:57 +01:00 committed by GitHub
parent cc8bf7671b
commit 0f1c82cf75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,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.101.Final"
val nettyVersion = "4.1.104.Final"
val protobufJavaVersion = "3.20.3"
val logbackVersion = "1.3.14"