diff --git a/build.gradle b/build.gradle index 73a037fa1..9ffb35c4f 100644 --- a/build.gradle +++ b/build.gradle @@ -153,7 +153,7 @@ configurations.all { force "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}" force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${jackson_version}" force "org.mockito:mockito-core:4.6.1" - force "org.yaml:snakeyaml:2.0" + force "org.yaml:snakeyaml:2.1" } } @@ -212,7 +212,7 @@ dependencies { testImplementation "org.mockito:mockito-junit-jupiter:4.3.1" testImplementation "com.google.code.gson:gson:2.8.9" - ktlint "com.pinterest:ktlint:0.45.0" + ktlint "com.pinterest:ktlint:0.47.1" } javadoc.enabled = false // turn off javadoc as it barfs on Kotlin code