From e0296ab1ced3ada7a921bafbb3b273aae4e30e52 Mon Sep 17 00:00:00 2001 From: Yaliang Wu Date: Wed, 20 Apr 2022 19:02:55 +0000 Subject: [PATCH] bump RCF version to 3.0-rc2.1 (#289) Signed-off-by: Yaliang Wu (cherry picked from commit 4e4d69e7bf25936ef499b5b48f7a211f1b927e39) --- ml-algorithms/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ml-algorithms/build.gradle b/ml-algorithms/build.gradle index 0f09cec973..824cd1216c 100644 --- a/ml-algorithms/build.gradle +++ b/ml-algorithms/build.gradle @@ -21,8 +21,8 @@ dependencies { implementation group: 'org.tribuo', name: 'tribuo-regression-sgd', version: '4.2.0' implementation group: 'org.tribuo', name: 'tribuo-anomaly-libsvm', version: '4.2.0' implementation group: 'commons-io', name: 'commons-io', version: '2.11.0' - implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.0-rc2' - implementation 'software.amazon.randomcutforest:randomcutforest-core:3.0-rc2' + implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.0-rc2.1' + implementation 'software.amazon.randomcutforest:randomcutforest-core:3.0-rc2.1' implementation group: 'io.protostuff', name: 'protostuff-core', version: '1.8.0' implementation group: 'io.protostuff', name: 'protostuff-runtime', version: '1.8.0' implementation group: 'io.protostuff', name: 'protostuff-api', version: '1.8.0'