diff --git a/data-prepper-plugins/anomaly-detector-processor/build.gradle b/data-prepper-plugins/anomaly-detector-processor/build.gradle index 76f5ae9513..4ba001ae58 100644 --- a/data-prepper-plugins/anomaly-detector-processor/build.gradle +++ b/data-prepper-plugins/anomaly-detector-processor/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation 'io.micrometer:micrometer-core' implementation 'software.amazon.randomcutforest:randomcutforest-testutils:3.8.0' implementation 'software.amazon.randomcutforest:randomcutforest-core:3.8.0' - implementation 'software.amazon.randomcutforest:randomcutforest-examples:3.8.0' + implementation 'software.amazon.randomcutforest:randomcutforest-examples:4.2.0' implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.8.0' implementation 'software.amazon.randomcutforest:randomcutforest-serialization-json:1.0' testImplementation libs.commons.lang3