From 5f4f9cd9957e72f7844ad8dd66dd6ee2ad8615e0 Mon Sep 17 00:00:00 2001 From: Amit Galitzky Date: Thu, 9 Jun 2022 18:13:11 +0000 Subject: [PATCH] bump rcf to 3.0-rc3 Signed-off-by: Amit Galitzky --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 8e337b25d..613a6beec 100644 --- a/build.gradle +++ b/build.gradle @@ -626,9 +626,9 @@ dependencies { implementation group: 'com.yahoo.datasketches', name: 'memory', version: '0.12.2' implementation group: 'commons-lang', name: 'commons-lang', version: '2.6' implementation group: 'org.apache.commons', name: 'commons-pool2', version: '2.10.0' - implementation 'software.amazon.randomcutforest:randomcutforest-serialization:3.0-rc2.1' - 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-serialization:3.0-rc3' + implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.0-rc3' + implementation 'software.amazon.randomcutforest:randomcutforest-core:3.0-rc3' // force Jackson version to avoid version conflict issue implementation "com.fasterxml.jackson.core:jackson-core:2.13.2"