diff --git a/elx-http/build.gradle b/elx-http/build.gradle index 108a88c..c8966b5 100644 --- a/elx-http/build.gradle +++ b/elx-http/build.gradle @@ -9,7 +9,6 @@ dependencies{ runtime "io.netty:netty-tcnative-boringssl-static:${project.property('tcnative-legacy-macosx.version')}" } else if (Os.isFamily(Os.FAMILY_UNIX)) { runtime "io.netty:netty-tcnative-boringssl-static:${project.property('tcnative.version')}" - runtime "org.xbib:netty-http-epoll:${project.property('xbib-netty-http.version')}" } testCompile "org.xbib.elasticsearch:elasticsearch-analysis-common:${rootProject.property('elasticsearch-server.version')}" } diff --git a/gradle.properties b/gradle.properties index 5db0fcb..d8892d7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,16 +1,16 @@ group = org.xbib name = elx -version = 6.3.2.4 +version = 6.3.2.5 profile = default release = 0 elasticsearch-server.version = 6.3.2.4 log4j.version = 2.12.1 -xbib-metrics.version = 2.0.0 -xbib-netty-http.version = 4.1.48.0 tcnative.version = 2.0.29.Final tcnative-legacy-macosx.version = 2.0.26.Final bouncycastle.version = 1.64 +xbib-metrics.version = 2.0.0 +xbib-netty-http.version = 4.1.49.0 # test junit.version = 5.4.2