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 18c88ce commit a07e1a7Copy full SHA for a07e1a7
build.gradle.kts
@@ -69,7 +69,7 @@ dependencies {
69
implementation("org.slf4j:slf4j-api:2.0.7")
70
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.8")
71
72
- implementation("org.yaml:snakeyaml:2.1")
+ implementation("org.yaml:snakeyaml:2.2")
73
implementation("com.squareup.moshi:moshi:1.15.0")
74
implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
75
testImplementation("com.beust:klaxon:5.5")
0 commit comments