mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Updated tcnative version to 2.0.48 (#7072)
This commit is contained in:
parent
2338f90e64
commit
b008f5f42a
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user