From bd0503c45141fe268df870d4deaf68401aebef06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 15:56:44 +0000 Subject: [PATCH] Bump org.yaml:snakeyaml from 2.3 to 2.4 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.3 to 2.4. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..snakeyaml-2.3) --- 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 fd20de4..a158b27 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.3") + implementation("org.yaml:snakeyaml:2.4") implementation(libs.moshi) implementation(libs.moshiKotlin) testImplementation("com.beust:klaxon:5.5")