We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359a4a4 commit bd0503cCopy full SHA for bd0503c
build.gradle.kts
@@ -57,7 +57,7 @@ dependencies {
57
implementation(libs.slf4j)
58
testRuntimeOnly("ch.qos.logback:logback-classic:${libs.versions.logback.get()}")
59
60
- implementation("org.yaml:snakeyaml:2.3")
+ implementation("org.yaml:snakeyaml:2.4")
61
implementation(libs.moshi)
62
implementation(libs.moshiKotlin)
63
testImplementation("com.beust:klaxon:5.5")
0 commit comments