Revert netty version

This commit is contained in:
Chris Cochrane 2023-11-10 12:41:44 +00:00
parent 28bbe09710
commit 974d81cf41
No known key found for this signature in database
GPG Key ID: E20C3731120606AB
2 changed files with 3 additions and 8 deletions

View File

@ -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

View File

@ -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