update netty to 4.1.89
This commit is contained in:
parent
9f55b8692c
commit
ae1240822f
1 changed files with 4 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue