Skip to content

Commit 58521a2

Browse files
authored
Depend on Netty QUIC Codec v0.0.66.Final (#3383)
1 parent 64ef299 commit 58521a2

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
@@ -107,7 +107,7 @@ ext {
107107
println "Netty version defined from command line: ${forceNettyVersion}"
108108
}
109109
nettyIoUringVersion = '0.0.25.Final'
110-
nettyQuicVersion = '0.0.65.Final'
110+
nettyQuicVersion = '0.0.66.Final'
111111

112112
// Testing
113113
brotli4jVersion = '1.16.0'

0 commit comments

Comments
 (0)