Update netty-handler, netty-transport to 4.2.6.Final (#2184)

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] 2025-09-09 17:12:33 +08:00 committed by GitHub
parent 7fb098985b
commit 4ef6400f6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ object Dependencies {
// needs to be inline with the aeron version, check
// https://github.com/aeron-io/aeron/blob/master/gradle/libs.versions.toml
val agronaVersion = "2.2.4"
val nettyVersion = "4.2.5.Final"
val nettyVersion = "4.2.6.Final"
val logbackVersion = "1.5.18"
val jacksonAnnotationsVersion = "2.20"