From 7848b063e7e26d06070caf127cd1cecfb672fed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Tue, 6 Aug 2019 21:00:02 +0200 Subject: [PATCH] update to Netty 4.1.38 --- build.gradle | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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