Skip to content

Commit 1c82702

Browse files
committed
Bump snakeyaml to 2.0
Signed-off-by: Joshua Li <[email protected]>
1 parent 840fbda commit 1c82702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ buildscript {
4141
classpath "${opensearch_group}.gradle:build-tools:${opensearch_version}"
4242
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
4343
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"
4545
classpath "org.jacoco:org.jacoco.agent:0.8.5"
4646
}
4747
}
@@ -134,7 +134,7 @@ configurations.all {
134134
force "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
135135
force "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
136136
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"
138138
}
139139
}
140140

0 commit comments

Comments
 (0)