From 626021ca15bc30308605f9e36904667436e4c449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 15:42:22 +0000 Subject: [PATCH] Bump org.yaml:snakeyaml from 2.6 to 2.7 Bumps org.yaml:snakeyaml from 2.6 to 2.7. --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-version: '2.7' 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 81f6a4a..88fbc1f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,7 +57,7 @@ dependencies { implementation(libs.slf4j) testRuntimeOnly("ch.qos.logback:logback-classic:${libs.versions.logback.get()}") - implementation("org.yaml:snakeyaml:2.6") + implementation("org.yaml:snakeyaml:2.7") implementation(libs.moshi) implementation(libs.moshiKotlin) testImplementation("com.beust:klaxon:5.6")