We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3b8c9 commit fc300c1Copy full SHA for fc300c1
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