From a073899ff215afea70e82c3679444dd5fc14aca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 23:16:42 +0000 Subject: [PATCH] Bump org.yaml:snakeyaml from 1.33 to 2.0 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.33 to 2.0. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.33) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bc6b0742..7ff5d946 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.6") testRuntimeOnly("ch.qos.logback:logback-classic:1.3.5") - implementation("org.yaml:snakeyaml:1.33") + implementation("org.yaml:snakeyaml:2.0") implementation("com.squareup.moshi:moshi:1.14.0") implementation("com.squareup.moshi:moshi-kotlin:1.14.0") testImplementation("com.beust:klaxon:5.5")