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 8b8c0e7 commit 25a4297Copy full SHA for 25a4297
build.gradle.kts
@@ -71,7 +71,7 @@ dependencies {
71
implementation("org.slf4j:slf4j-api:2.0.16")
72
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.14")
73
74
- implementation("org.yaml:snakeyaml:2.2")
+ implementation("org.yaml:snakeyaml:2.3")
75
implementation("com.squareup.moshi:moshi:1.15.1")
76
implementation("com.squareup.moshi:moshi-kotlin:1.15.1")
77
testImplementation("com.beust:klaxon:5.5")
0 commit comments