Skip to content

Commit d87739f

Browse files
b4sjoozane-neo
authored andcommitted
Bump checkstyle version for CVE fix (opensearch-project#1216)
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
1 parent 1af1246 commit d87739f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

plugin/build.gradle

+2-6
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ checkstyle {
3535
toolVersion = '10.12.2'
3636
}
3737

38-
lombok {
39-
version = "1.18.28"
40-
}
41-
4238
opensearchplugin {
4339
name 'opensearch-ml'
4440
description 'machine learning plugin for opensearch'
@@ -304,7 +300,7 @@ jacocoTestCoverageVerification {
304300
excludes = jacocoExclusions
305301
limit {
306302
counter = 'BRANCH'
307-
minimum = 0.6
303+
minimum = 0.7 //TODO: change this value to 0.7
308304
}
309305
}
310306
rule {
@@ -313,7 +309,7 @@ jacocoTestCoverageVerification {
313309
limit {
314310
counter = 'LINE'
315311
value = 'COVEREDRATIO'
316-
minimum = 0.6
312+
minimum = 0.8 //TODO: change this value to 0.8
317313
}
318314
}
319315
}

0 commit comments

Comments
 (0)