update to Netty 4.1.96

This commit is contained in:
Jörg Prante 2023-08-08 16:33:11 +02:00
parent ce70440c8c
commit 3e8b052d9f
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
group = org.xbib
name = netty-http
version = 4.1.93.0
version = 4.1.96.0
org.gradle.warning.mode = ALL

View file

@ -5,7 +5,7 @@ dependencyResolutionManagement {
version('groovy', '4.0.12')
version('spock', '2.4-M1-groovy-4.0')
version('junit', '5.9.3')
version('netty', '4.1.93.Final')
version('netty', '4.1.96.Final')
version('netty-tcnative', '2.0.61.Final')
library('groovy-core', 'org.codehaus.groovy', 'groovy').versionRef('groovy')
library('spock-core', 'org.spockframework', 'spock-core').versionRef('spock')
@ -24,8 +24,8 @@ dependencyResolutionManagement {
library('jackson', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.12.7')
library('javassist', 'org.javassist', 'javassist').version('3.29.1-GA')
library('guice', 'org.xbib', 'guice').version('5.0.1.0')
library('net', 'org.xbib', 'net').version('3.2.0')
library('net-path', 'org.xbib', 'net-path').version('3.2.0')
library('net', 'org.xbib', 'net').version('3.3.3')
library('net-path', 'org.xbib', 'net-path').version('3.3.3')
}
}
}