From ae1240822f522ce10c70692a44f5077e46b32a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Sat, 11 Mar 2023 09:06:26 +0100 Subject: [PATCH] update netty to 4.1.89 --- settings.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/settings.gradle b/settings.gradle index a39d844..00aead1 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,8 +13,8 @@ dependencyResolutionManagement { version('groovy', '3.0.10') version('spock', '2.0-groovy-3.0') version('junit', '5.9.1') - version('netty', '4.1.85.Final') - version('netty-tcnative', '2.0.54.Final') + version('netty', '4.1.89.Final') + version('netty-tcnative', '2.0.59.Final') library('groovy-core', 'org.codehaus.groovy', 'groovy').versionRef('groovy') library('spock-core', 'org.spockframework', 'spock-core').versionRef('spock') library('spock-junit4', 'org.spockframework', 'spock-junit4').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.2') - library('net-path', 'org.xbib', 'net-path').version('3.0.2') + library('net', 'org.xbib', 'net').version('3.0.3') + library('net-path', 'org.xbib', 'net-path').version('3.0.3') 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')