From afa254d3c0e80b887128e79246a3a55ae25389ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:58:26 +0300 Subject: [PATCH] Bump org.yaml:snakeyaml from 1.24 to 2.6 in /foundation (#840) Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.24 to 2.6. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-1.24) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-version: '2.6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- foundation/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundation/build.gradle b/foundation/build.gradle index 46cfe704..e2cc05d0 100644 --- a/foundation/build.gradle +++ b/foundation/build.gradle @@ -26,7 +26,7 @@ compileTestKotlin { } dependencies { - implementation 'org.yaml:snakeyaml:1.24' + implementation 'org.yaml:snakeyaml:2.6' testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }