Skip to content

Commit 6993db0

Browse files
authored
Bump snakeyaml to 2.0 (#674)
Signed-off-by: Joshua Li <[email protected]> (cherry picked from commit b792396)
1 parent 25d1579 commit 6993db0

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
}
@@ -133,7 +133,7 @@ configurations.all {
133133
force "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
134134
force "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
135135
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"
137137
}
138138
}
139139

0 commit comments

Comments
 (0)