Skip to content

Commit 87ec707

Browse files
authored
Depend on Netty QUIC Codec v0.0.62.Final (#3121)
1 parent 77a3af0 commit 87ec707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.25.Final'
109-
nettyQuicVersion = '0.0.60.Final'
109+
nettyQuicVersion = '0.0.62.Final'
110110

111111
// Testing
112112
brotli4jVersion = '1.16.0'

0 commit comments

Comments
 (0)