update net to 4.6.0

This commit is contained in:
Jörg Prante 2024-05-28 09:51:32 +02:00
parent 6b774d3a4d
commit b7417c9798
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
group = org.xbib
name = net-http
version = 4.5.1
version = 4.6.0

View file

@ -6,7 +6,7 @@ dependencyResolutionManagement {
version('netty', '4.1.110.Final')
version('netty-tcnative', '2.0.65.Final')
version('datastructures', '5.1.0')
version('net', '4.5.0')
version('net', '4.6.0')
library('netty-codec-http2', 'io.netty', 'netty-codec-http2').versionRef('netty')
library('netty-handler', 'io.netty', 'netty-handler').versionRef('netty')
library('netty-handler-proxy', 'io.netty', 'netty-handler-proxy').versionRef('netty')