From 6f6d537128abca6c7ba75d65f39f1829a2d8a26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 15:14:36 +0000 Subject: [PATCH] Bump snakeyaml from 1.31 to 1.32 Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.31 to 1.32. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.32..snakeyaml-1.31) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-minor ... 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 4301977f..eb4135d9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { implementation("org.slf4j:slf4j-api:1.7.36") testRuntimeOnly("ch.qos.logback:logback-classic:1.2.11") - implementation("org.yaml:snakeyaml:1.31") + implementation("org.yaml:snakeyaml:1.32") implementation("com.squareup.moshi:moshi:1.14.0") implementation("com.squareup.moshi:moshi-kotlin:1.14.0") testImplementation("com.beust:klaxon:5.5")