From ced37bd8d19c092c45ec6c11b0c68bd721e65545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Tue, 31 Mar 2020 22:08:11 +0200 Subject: [PATCH] update to netty 4.1.48 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index ee6557f..e8b0384 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ group = org.xbib name = netty-http -version = 4.1.47.0 +version = 4.1.48.0 # netty -netty.version = 4.1.47.Final +netty.version = 4.1.48.Final tcnative.version = 2.0.29.Final tcnative-legacy-macosx.version = 2.0.26.Final