Skip to content

Commit

Permalink
Bump Netty QUIC Codec to v0.0.33.Final (#2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Oct 3, 2022
1 parent 8598274 commit 87bb135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -104,7 +104,7 @@ ext {
println "Netty version defined from command line: ${forceNettyVersion}"
}
nettyIoUringVersion = '0.0.15.Final'
nettyQuicVersion = '0.0.30.Final'
nettyQuicVersion = '0.0.33.Final'

// Testing
jacksonDatabindVersion = '2.13.4'
Expand Down

0 comments on commit 87bb135

Please sign in to comment.