Update netty-handler, netty-transport to 4.2.1.Final (#1839)

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-05-09 04:39:57 +01:00 committed by GitHub
parent 14a98afce7
commit f70f45bcb2
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/real-logic/aeron/blob/1.x.y/build.gradle
val agronaVersion = "1.22.0"
val nettyVersion = "4.2.0.Final"
val nettyVersion = "4.2.1.Final"
val logbackVersion = "1.3.15"
val jacksonCoreVersion = "2.18.3"