update to Netty 4.1.105

This commit is contained in:
Jörg Prante 2024-01-19 10:58:46 +01:00
parent c520769ddc
commit 867ecf6115
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -3,7 +3,7 @@ dependencyResolutionManagement {
libs { libs {
version('gradle', '8.5') version('gradle', '8.5')
version('groovy', '4.0.16') 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('netty-tcnative', '2.0.62.Final')
version('datastructures', '5.0.6') version('datastructures', '5.0.6')
version('net', '4.1.0') version('net', '4.1.0')