From 9e8e20417a58345fb52491d630efc5c25bdffde3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 02:36:18 +0000 Subject: [PATCH] Bump software.amazon.randomcutforest:randomcutforest-parkservices Bumps software.amazon.randomcutforest:randomcutforest-parkservices from 3.8.0 to 4.1.0. --- updated-dependencies: - dependency-name: software.amazon.randomcutforest:randomcutforest-parkservices dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- data-prepper-plugins/anomaly-detector-processor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-prepper-plugins/anomaly-detector-processor/build.gradle b/data-prepper-plugins/anomaly-detector-processor/build.gradle index 76f5ae9513..cdd27322a2 100644 --- a/data-prepper-plugins/anomaly-detector-processor/build.gradle +++ b/data-prepper-plugins/anomaly-detector-processor/build.gradle @@ -16,7 +16,7 @@ dependencies { 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-parkservices:4.1.0' implementation 'software.amazon.randomcutforest:randomcutforest-serialization-json:1.0' testImplementation libs.commons.lang3 }