Skip to content

Commit fc300c1

Browse files
dependabot: bump jacksonVersion from 2.18.0 to 2.18.2
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](FasterXML/jackson-core@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] <support@github.com>
1 parent 1a3b8c9 commit fc300c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ buildscript {
4545
bwcFilePath = "src/test/resources/org/opensearch/ad/bwc/"
4646
bwcJobSchedulerPath = bwcFilePath + "job-scheduler/"
4747
bwcAnomalyDetectionPath = bwcFilePath + "anomaly-detection/"
48-
jacksonVersion = "2.18.0"
48+
jacksonVersion = "2.18.2"
4949
// gradle build won't print logs during test by default unless there is a failure.
5050
// It is useful to record intermediately information like prediction precision and recall.
5151
// This option turn on log printing during tests.

0 commit comments

Comments
 (0)