Skip to content

Commit

Permalink
Depend on Netty QUIC Codec v0.0.62.Final (#3121)
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 27, 2024
1 parent 77a3af0 commit 87ec707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -106,7 +106,7 @@ ext {
println "Netty version defined from command line: ${forceNettyVersion}"
}
nettyIoUringVersion = '0.0.25.Final'
nettyQuicVersion = '0.0.60.Final'
nettyQuicVersion = '0.0.62.Final'

// Testing
brotli4jVersion = '1.16.0'
Expand Down

0 comments on commit 87ec707

Please sign in to comment.