From ac72abeca9628022929be2e08692d7d92a186f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Tue, 14 Jan 2020 16:05:44 +0100 Subject: [PATCH] bump to netty 4.1.45 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index d3a3e79..b376c62 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ group = org.xbib name = netty-http -version = 4.1.44.2 +version = 4.1.45.0 # netty -netty.version = 4.1.44.Final +netty.version = 4.1.45.Final tcnative.version = 2.0.28.Final tcnative-legacy-macosx.version = 2.0.26.Final