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
}
@@ -134,7 +134,7 @@ configurations.all {
134
134
force " org.jetbrains.kotlin:kotlin-stdlib:${ kotlin_version} "
135
135
force " org.jetbrains.kotlin:kotlin-stdlib-common:${ kotlin_version} "
136
136
force " com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.4"
137
- force " org.yaml:snakeyaml:1.32 "
137
+ force " org.yaml:snakeyaml:2.0 "
138
138
}
139
139
}
140
140
You can’t perform that action at this time.
0 commit comments