diff --git a/build.gradle b/build.gradle index f890d8d..35c8722 100644 --- a/build.gradle +++ b/build.gradle @@ -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) { diff --git a/gradle.properties b/gradle.properties index 6e7bda7..c518716 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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