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'