We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9345e7 commit 466f82cCopy full SHA for 466f82c
build.gradle
@@ -45,7 +45,7 @@ buildscript {
45
bwcFilePath = "src/test/resources/org/opensearch/ad/bwc/"
46
bwcJobSchedulerPath = bwcFilePath + "job-scheduler/"
47
bwcAnomalyDetectionPath = bwcFilePath + "anomaly-detection/"
48
- jacksonVersion = "2.18.0"
+ jacksonVersion = "2.18.2"
49
// gradle build won't print logs during test by default unless there is a failure.
50
// It is useful to record intermediately information like prediction precision and recall.
51
// This option turn on log printing during tests.
0 commit comments