update to netty 4.1.85

This commit is contained in:
Jörg Prante 2022-11-17 13:52:31 +01:00
parent a9d47cdafe
commit 9f55b8692c
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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')