From aeab629de72df0aabd5cc0aaa9e206f5520eedf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 15:12:49 +0000 Subject: [PATCH] Bump snakeyaml from 1.30 to 1.31 Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.30 to 1.31. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.31..snakeyaml-1.30) --- 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 db2320a7..9a8406e9 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.30") + implementation("org.yaml:snakeyaml:1.31") implementation("com.squareup.moshi:moshi:1.13.0") implementation("com.squareup.moshi:moshi-kotlin:1.13.0") testImplementation("com.beust:klaxon:5.5")