From 293a1c629adbfc96a5d5eb76ccef3ce193e8d7c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 15:36:10 +0000 Subject: [PATCH] Bump org.yaml:snakeyaml from 2.0 to 2.1 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.0 to 2.1. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.1..snakeyaml-2.0) --- 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 87cfb624..b2095829 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.7") testRuntimeOnly("ch.qos.logback:logback-classic:1.3.8") - implementation("org.yaml:snakeyaml:2.0") + implementation("org.yaml:snakeyaml:2.1") implementation("com.squareup.moshi:moshi:1.15.0") implementation("com.squareup.moshi:moshi-kotlin:1.15.0") testImplementation("com.beust:klaxon:5.5")