Skip to content

Commit

Permalink
Update Netty to 4.1.115.Final (#11353)
Browse files Browse the repository at this point in the history
  • Loading branch information
dradosevic authored Nov 21, 2024
1 parent 663f881 commit 747ca62
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ managed-jackson-databind = "2.17.0"
managed-kotlin = "1.9.25"
managed-kotlin-coroutines = "1.8.1"
managed-methvin-directory-watcher = "0.18.0"
managed-netty = "4.1.113.Final"
managed-netty = "4.1.115.Final"
managed-netty-iouring = "0.0.25.Final"
managed-netty-http3 = "0.0.28.Final"
managed-netty-tcnative = "2.0.66.Final"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"name":"io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueConsumerIndexField",
"fields":[{"name":"consumerIndex"}]
},
{
"name":"io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueProducerIndexField",
"fields":[{"name":"producerIndex"}]
},
{
"name":"io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueueProducerLimitField",
"fields":[{"name":"producerLimit"}]
}
]

0 comments on commit 747ca62

Please sign in to comment.