update to netty 4.1.85
This commit is contained in:
parent
a9d47cdafe
commit
9f55b8692c
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
group = org.xbib
|
group = org.xbib
|
||||||
name = netty-http
|
name = netty-http
|
||||||
version = 4.1.84.0
|
version = 4.1.85.0
|
||||||
|
|
||||||
org.gradle.warning.mode = ALL
|
org.gradle.warning.mode = ALL
|
||||||
|
|
|
@ -13,7 +13,7 @@ dependencyResolutionManagement {
|
||||||
version('groovy', '3.0.10')
|
version('groovy', '3.0.10')
|
||||||
version('spock', '2.0-groovy-3.0')
|
version('spock', '2.0-groovy-3.0')
|
||||||
version('junit', '5.9.1')
|
version('junit', '5.9.1')
|
||||||
version('netty', '4.1.84.Final')
|
version('netty', '4.1.85.Final')
|
||||||
version('netty-tcnative', '2.0.54.Final')
|
version('netty-tcnative', '2.0.54.Final')
|
||||||
library('groovy-core', 'org.codehaus.groovy', 'groovy').versionRef('groovy')
|
library('groovy-core', 'org.codehaus.groovy', 'groovy').versionRef('groovy')
|
||||||
library('spock-core', 'org.spockframework', 'spock-core').versionRef('spock')
|
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-epoll', 'io.netty', 'netty-transport-native-epoll').versionRef('netty')
|
||||||
library('netty-kqueue', 'io.netty', 'netty-transport-native-kqueue').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('netty-boringssl', 'io.netty', 'netty-tcnative-boringssl-static').versionRef('netty-tcnative')
|
||||||
library('net', 'org.xbib', 'net').version('3.0.1')
|
library('net', 'org.xbib', 'net').version('3.0.2')
|
||||||
library('net-path', 'org.xbib', 'net-path').version('3.0.1')
|
library('net-path', 'org.xbib', 'net-path').version('3.0.2')
|
||||||
library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.72')
|
library('bouncycastle', 'org.bouncycastle', 'bcpkix-jdk18on').version('1.72')
|
||||||
library('conscrypt', 'org.conscrypt', 'conscrypt-openjdk-uber').version('2.5.2')
|
library('conscrypt', 'org.conscrypt', 'conscrypt-openjdk-uber').version('2.5.2')
|
||||||
library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.12.7')
|
library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.12.7')
|
||||||
|
|
Loading…
Reference in a new issue