From e720284c302f16abaf8cb86e914b077f5ca2e018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 04:58:16 +0000 Subject: [PATCH] Bump software.amazon.randomcutforest:randomcutforest-parkservices Bumps software.amazon.randomcutforest:randomcutforest-parkservices from 3.8.0 to 4.3.0. --- updated-dependencies: - dependency-name: software.amazon.randomcutforest:randomcutforest-parkservices dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../anomaly-detector-processor/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data-prepper-plugins/anomaly-detector-processor/build.gradle b/data-prepper-plugins/anomaly-detector-processor/build.gradle index 83461901c7..7bc4f96937 100644 --- a/data-prepper-plugins/anomaly-detector-processor/build.gradle +++ b/data-prepper-plugins/anomaly-detector-processor/build.gradle @@ -13,10 +13,10 @@ dependencies { implementation project(':data-prepper-plugins:common') implementation 'com.fasterxml.jackson.core:jackson-databind' 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-parkservices:3.8.0' + implementation 'software.amazon.randomcutforest:randomcutforest-testutils:4.3.0' + implementation 'software.amazon.randomcutforest:randomcutforest-core:4.3.0' + implementation 'software.amazon.randomcutforest:randomcutforest-examples:4.3.0' + implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:4.3.0' implementation 'software.amazon.randomcutforest:randomcutforest-serialization-json:1.0' testImplementation libs.commons.lang3 }