From 58eb8df313bb7323f832f9a4abd3cec3b90aab7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:41:26 +0000 Subject: [PATCH] :arrow_up: Bump org.yaml:snakeyaml from 2.5 to 2.6 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.5 to 2.6. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.5) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-version: '2.6' 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 798315c..c6545ac 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { //implementation("org.jetbrains.kotlin:kotlin-stdlib") implementation("com.google.code.gson:gson:2.13.2") implementation("com.squareup.okhttp3:okhttp:5.3.2") - implementation("org.yaml:snakeyaml:2.5") + implementation("org.yaml:snakeyaml:2.6") testImplementation(libs.junit) testImplementation(libs.opentest4j)