From a44aeb648a45c4ebbbf6e8933b3058eec1d131cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Dec 2024 01:26:12 +0000 Subject: [PATCH] dependabot: bump jacksonVersion from 2.18.0 to 2.18.2 (#1376) Bumps `jacksonVersion` from 2.18.0 to 2.18.2. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.0 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.0 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.0 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.18.0...jackson-core-2.18.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 0d39f35abadadf3f8f108c2b1eba24e0a19a2cd3) Signed-off-by: github-actions[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3ccb40abb..7f3c77e21 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ buildscript { bwcFilePath = "src/test/resources/org/opensearch/ad/bwc/" bwcJobSchedulerPath = bwcFilePath + "job-scheduler/" bwcAnomalyDetectionPath = bwcFilePath + "anomaly-detection/" - jacksonVersion = "2.18.0" + jacksonVersion = "2.18.2" // gradle build won't print logs during test by default unless there is a failure. // It is useful to record intermediately information like prediction precision and recall. // This option turn on log printing during tests.