Skip to content

Commit 88f5b82

Browse files
authored
Depend on Netty QUIC Codec v0.0.52.Final (#2965)
1 parent 0475fa8 commit 88f5b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ ext {
106106
println "Netty version defined from command line: ${forceNettyVersion}"
107107
}
108108
nettyIoUringVersion = '0.0.23.Final'
109-
nettyQuicVersion = '0.0.51.Final'
109+
nettyQuicVersion = '0.0.52.Final'
110110

111111
// Testing
112112
brotli4jVersion = '1.13.0'

0 commit comments

Comments
 (0)