@@ -7,8 +7,8 @@ buildscript {
77 ext. grpc_kotlin_version = " 0.1.3" // CURRENT_GRPC_KOTLIN_VERSION
88 ext. corda_release_group = " net.corda"
99 ext. corda_core_release_group = " net.corda"
10- ext. corda_version = " 4.8"
11- ext. corda_core_version = " 4.8"
10+ ext. corda_version = " 4.8.4 "
11+ ext. corda_core_version = " 4.8.4 "
1212 ext. arrow_version = " 0.10.4"
1313 ext. weaver_version = " 1.2.4-alpha.+"
1414
@@ -78,10 +78,10 @@ dependencies {
7878 compile ' com.google.code.gson:gson:2.8.6'
7979
8080 // Corda dependencies.
81- implementation " net.corda:corda-core:4.4 "
82- implementation " net.corda:corda-node-api:4.4 "
83- implementation " net.corda:corda:4.4 "
84- implementation " net.corda:corda-rpc:4.4 "
81+ implementation " net.corda:corda-core:$c orda_core_version "
82+ implementation " net.corda:corda-node-api:$c orda_version "
83+ implementation " net.corda:corda:$c orda_version "
84+ implementation " net.corda:corda-rpc:$c orda_version "
8585
8686 implementation(group : ' com.weaver.corda.app.interop' , name : ' interop-contracts' , version : " $weaver_version " )
8787 implementation(group : ' com.weaver.corda.app.interop' , name : ' interop-workflows' , version : " $weaver_version " )
0 commit comments