From 974d81cf4162d6e4715ba952a101a6132d2ffbb5 Mon Sep 17 00:00:00 2001 From: Chris Cochrane Date: Fri, 10 Nov 2023 12:41:44 +0000 Subject: [PATCH] Revert netty version --- constants.properties | 4 ++-- node/build.gradle | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/constants.properties b/constants.properties index c62bc72c80..7db38579d3 100644 --- a/constants.properties +++ b/constants.properties @@ -38,7 +38,7 @@ openSourceBranch=https://github.com/corda/corda/blob/release/os/4.4 openSourceSamplesBranch=https://github.com/corda/samples/blob/release-V4 jolokiaAgentVersion=1.6.1 detektVersion=1.0.1 -tcnativeVersion=2.0.62.Final +tcnativeVersion=2.0.48.Final commonsConfiguration2Version=2.8.0 commonsTextVersion=1.10.0 @@ -59,7 +59,7 @@ assertjVersion=3.12.2 slf4JVersion=1.7.30 log4JVersion=2.17.1 okhttpVersion=3.14.9 -nettyVersion=4.1.100.Final +nettyVersion=4.1.77.Final fileuploadVersion=1.4 kryoVersion=4.0.2 kryoSerializerVersion=0.43 diff --git a/node/build.gradle b/node/build.gradle index e16db75947..81418360f7 100644 --- a/node/build.gradle +++ b/node/build.gradle @@ -209,12 +209,7 @@ dependencies { compile "com.palominolabs.metrics:metrics-new-relic:${metrics_new_relic_version}" // Adding native SSL library to allow using native SSL with Artemis and AMQP - compile "io.netty:netty-tcnative-boringssl-static:$tcnative_version:linux-x86_64" - compile "io.netty:netty-tcnative-boringssl-static:$tcnative_version:linux-aarch_64" - compile "io.netty:netty-tcnative-boringssl-static:$tcnative_version:osx-x86_64" - compile "io.netty:netty-tcnative-boringssl-static:$tcnative_version:osx-aarch_64" - compile "io.netty:netty-tcnative-boringssl-static:$tcnative_version:windows-x86_64" - compile "io.netty:netty-tcnative-classes:$tcnative_version" + compile "io.netty:netty-tcnative-boringssl-static:$tcnative_version" // Byteman for runtime (termination) rules injection on the running node // Submission tool allowing to install rules on running nodes