From 6f17677a11da8f6223b07ceaeadf647045951559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Fri, 21 May 2021 22:40:24 +0200 Subject: [PATCH] update to netty http 4.1.65.0 --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 237c347..5a74bcf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,15 +1,15 @@ group = org.xbib name = elx -version = 7.10.2.9 +version = 7.10.2.11 gradle.wrapper.version = 6.6.1 xbib-metrics.version = 2.1.0 xbib-time.version = 2.1.0 -xbib-netty-http.version = 4.1.63.4 +xbib-netty-http.version = 4.1.65.0 elasticsearch.version = 7.10.2 # ES 7.10.2 uses Jackson 2.10.4 jackson.version = 2.12.3 -netty.version = 4.1.63.Final -tcnative.version = 2.0.38.Final +netty.version = 4.1.65.Final +tcnative.version = 2.0.39.Final bouncycastle.version = 1.68 log4j.version = 2.14.0