Update netty-handler, netty-transport to 4.1.110.Final (#1340)

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] 2024-05-23 19:58:20 +01:00 committed by GitHub
parent f58261b0f5
commit 85e854dc2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,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.21.1"
val nettyVersion = "4.1.109.Final"
val nettyVersion = "4.1.110.Final"
val logbackVersion = "1.3.14"
val jacksonCoreVersion = "2.17.1"