From b008f5f42af5731f5ed44625c765f2ef1027b94e Mon Sep 17 00:00:00 2001 From: Chris Cochrane <78791827+chriscochrane@users.noreply.github.com> Date: Wed, 16 Feb 2022 18:10:05 +0000 Subject: [PATCH] Updated tcnative version to 2.0.48 (#7072) --- build.gradle | 2 +- constants.properties | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3964ac44ad..3574d0ac8d 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ buildscript { ext.deterministic_rt_version = constants.getProperty('deterministicRtVersion') ext.okhttp_version = '3.14.2' ext.netty_version = '4.1.68.Final' - ext.tcnative_version = '2.0.42.Final' + ext.tcnative_version = constants.getProperty("tcnativeVersion") ext.typesafe_config_version = constants.getProperty("typesafeConfigVersion") ext.fileupload_version = '1.4' ext.kryo_version = '4.0.2' diff --git a/constants.properties b/constants.properties index 62ec448848..44f83464ee 100644 --- a/constants.properties +++ b/constants.properties @@ -36,3 +36,4 @@ 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.48.Final