From 630744484226e3f540ca2c69f66fc9c20c2f076c Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 12:05:29 -0700 Subject: [PATCH] bump RCF version to 3.0-rc2.1 (#289) (#294) Signed-off-by: Yaliang Wu (cherry picked from commit 4e4d69e7bf25936ef499b5b48f7a211f1b927e39) Co-authored-by: Yaliang Wu --- 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'