update to netty 4.1.107

This commit is contained in:
Jörg Prante 2024-02-15 18:10:18 +01:00
parent c578a0a1ca
commit 095bf2f610
2 changed files with 2 additions and 2 deletions

View file

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

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.105.Final') version('netty', '4.1.107.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')