update to Netty 4.1.105

main 4.1.1
Jörg Prante 8 months ago
parent c520769ddc
commit 867ecf6115

@ -7,7 +7,7 @@ plugins {
wrapper {
gradleVersion = libs.versions.gradle.get()
distributionType = Wrapper.DistributionType.ALL
distributionType = Wrapper.DistributionType.BIN
}
ext {

@ -1,3 +1,3 @@
group = org.xbib
name = net-http
version = 4.1.0
version = 4.1.1

@ -3,7 +3,7 @@ dependencyResolutionManagement {
libs {
version('gradle', '8.5')
version('groovy', '4.0.16')
version('netty', '4.1.104.Final')
version('netty', '4.1.105.Final')
version('netty-tcnative', '2.0.62.Final')
version('datastructures', '5.0.6')
version('net', '4.1.0')

Loading…
Cancel
Save