From 9f55b8692c0fc8a964129a81901d072e835eee42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Prante?= Date: Thu, 17 Nov 2022 13:52:31 +0100 Subject: [PATCH] update to netty 4.1.85 --- gradle.properties | 2 +- settings.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index a79191b..2b799a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = org.xbib name = netty-http -version = 4.1.84.0 +version = 4.1.85.0 org.gradle.warning.mode = ALL diff --git a/settings.gradle b/settings.gradle index b07d429..a39d844 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,7 +13,7 @@ dependencyResolutionManagement { version('groovy', '3.0.10') version('spock', '2.0-groovy-3.0') version('junit', '5.9.1') - version('netty', '4.1.84.Final') + version('netty', '4.1.85.Final') version('netty-tcnative', '2.0.54.Final') library('groovy-core', 'org.codehaus.groovy', 'groovy').versionRef('groovy') library('spock-core', 'org.spockframework', 'spock-core').versionRef('spock') @@ -27,8 +27,8 @@ dependencyResolutionManagement { library('netty-epoll', 'io.netty', 'netty-transport-native-epoll').versionRef('netty') library('netty-kqueue', 'io.netty', 'netty-transport-native-kqueue').versionRef('netty') library('netty-boringssl', 'io.netty', 'netty-tcnative-boringssl-static').versionRef('netty-tcnative') - library('net', 'org.xbib', 'net').version('3.0.1') - library('net-path', 'org.xbib', 'net-path').version('3.0.1') + library('net', 'org.xbib', 'net').version('3.0.2') + library('net-path', 'org.xbib', 'net-path').version('3.0.2') library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.72') library('conscrypt', 'org.conscrypt', 'conscrypt-openjdk-uber').version('2.5.2') library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.12.7')