From 5b90b3d006601ed9425e8cca26c72c06f869fd67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 23:14:20 +0100 Subject: [PATCH] deps: bump org.snakeyaml:snakeyaml-engine from 2.9 to 2.10 (#551) Bumps [org.snakeyaml:snakeyaml-engine](https://bitbucket.org/snakeyaml/snakeyaml-engine) from 2.9 to 2.10. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml-engine/branches/compare/snakeyaml-engine-2.10..snakeyaml-engine-2.9) --- updated-dependencies: - dependency-name: org.snakeyaml:snakeyaml-engine dependency-version: '2.10' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- fabric/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/build.gradle b/fabric/build.gradle index a5b6be5e..f65c77f7 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -20,7 +20,7 @@ dependencies { // Manually include config deps due to the way including api deps works implementation include("de.exlll:configlib-core:4.6.1") - implementation include("org.snakeyaml:snakeyaml-engine:2.9") + implementation include("org.snakeyaml:snakeyaml-engine:2.10") implementation include('org.apache.commons:commons-pool2:2.12.1') // Include driver deps due to no runtime dep loading support