diff --git a/build.gradle.kts b/build.gradle.kts index fb47ef32..7c194361 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ dependencies { implementation("org.yaml:snakeyaml:2.2") implementation("com.squareup.moshi:moshi:1.15.0") implementation("com.squareup.moshi:moshi-kotlin:1.15.0") - testImplementation("com.beust:klaxon:5.5") + testImplementation("com.beust:klaxon:5.6") implementation("com.google.re2j:re2j:1.7") // implementation("com.github.fge:json-schema-validator:2.2.6")