diff --git a/modules/test-tools/build.gradle b/modules/test-tools/build.gradle index 70caa3d86..1924408b5 100644 --- a/modules/test-tools/build.gradle +++ b/modules/test-tools/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutinesVer" implementation "ch.qos.logback:logback-classic:$logbackVer" implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVer" - implementation "org.yaml:snakeyaml:2.0" + implementation "org.yaml:snakeyaml:2.2" testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVer" }