From 91d22510cf78fa24d04be0b6d8ff71db00bdd0a9 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 10:22:00 -0700 Subject: [PATCH] bump RCF version to 3.0-rc3 (#340) (#342) Signed-off-by: Amit Galitzky (cherry picked from commit 0b96eda650e4e9f1f15db81c4d57f62875f3da4c) --- 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 95810c8aa9..4e766e9279 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.1' implementation group: 'org.tribuo', name: 'tribuo-anomaly-libsvm', version: '4.2.1' implementation group: 'commons-io', name: 'commons-io', version: '2.11.0' - implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.0-rc2.1' - implementation 'software.amazon.randomcutforest:randomcutforest-core:3.0-rc2.1' + implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.0-rc3' + implementation 'software.amazon.randomcutforest:randomcutforest-core:3.0-rc3' 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'