File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ buildscript {
41
41
classpath " ${ opensearch_group} .gradle:build-tools:${ opensearch_version} "
42
42
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ kotlin_version} "
43
43
classpath " org.jetbrains.kotlin:kotlin-allopen:${ kotlin_version} "
44
- classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.21 .0"
44
+ classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22 .0"
45
45
classpath " org.jacoco:org.jacoco.agent:0.8.5"
46
46
}
47
47
}
@@ -133,7 +133,7 @@ configurations.all {
133
133
force " org.jetbrains.kotlin:kotlin-stdlib:${ kotlin_version} "
134
134
force " org.jetbrains.kotlin:kotlin-stdlib-common:${ kotlin_version} "
135
135
force " com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.4"
136
- force " org.yaml:snakeyaml:1.32 "
136
+ force " org.yaml:snakeyaml:2.0 "
137
137
}
138
138
}
139
139
You can’t perform that action at this time.
0 commit comments