We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6e392 commit 14e83e1Copy full SHA for 14e83e1
project/Dependencies.scala
@@ -21,7 +21,7 @@ object Dependencies {
21
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
22
// Note: 1.23+ is JDK 17 only so we cannot bump until we stop supporting JDK 11
23
val agronaVersion = "1.22.0"
24
- val nettyVersion = "4.1.117.Final"
+ val nettyVersion = "4.1.118.Final"
25
val protobufJavaVersion = "3.25.5" // also sync with protocVersion in Protobuf.scala
26
val logbackVersion = "1.5.16"
27
val scalaFortifyVersion = "1.0.22"
0 commit comments