diff --git a/gradle.properties b/gradle.properties index 9259399..9cded4d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ group = org.xbib name = net-http -version = 4.5.1 +version = 4.6.0 diff --git a/settings.gradle b/settings.gradle index 5b86d99..0c9866d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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')