update to Netty 4.1.38

This commit is contained in:
Jörg Prante 2019-08-06 21:00:02 +02:00
parent 816266e2b2
commit 7848b063e7
2 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ subprojects {
systemProperty 'java.util.logging.config.file', 'src/test/resources/logging.properties'
failFast = false
testLogging {
events 'PASSED', 'FAILED', 'SKIPPED'
events 'STARTED', 'PASSED', 'FAILED', 'SKIPPED'
}
afterSuite { desc, result ->
if (!desc.parent) {

View file

@ -1,9 +1,9 @@
group = org.xbib
name = netty-http
version = 4.1.36.8
version = 4.1.38.0
# main packages
netty.version = 4.1.36.Final
netty.version = 4.1.38.Final
tcnative.version = 2.0.25.Final
# common