Skip to content

Commit

Permalink
Update Netty QUIC Codec to v0.0.28.Final (#2359)
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Jul 6, 2022
1 parent 247d75f commit be9749a
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.14.Final'
nettyQuicVersion = '0.0.27.Final'
nettyQuicVersion = '0.0.28.Final'

// Testing
jacksonDatabindVersion = '2.13.3'
Expand Down

0 comments on commit be9749a

Please sign in to comment.