From 1a26de3f9d1b0fea7e64c276ca991f5baf6b5828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:56:32 +0000 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cf8c0b4..0433e33 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'net.minestom:minestom:2026.01.08-1.21.11' implementation 'org.apache.logging.log4j:log4j-core:2.25.3' implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3' - implementation 'org.yaml:snakeyaml:2.5' + implementation 'org.yaml:snakeyaml:2.6' implementation 'com.formdev:flatlaf:3.7' implementation 'io.github.togar2:MinestomPvP:2025.12.29-1.21.11' implementation 'dev.hollowcube:polar:1.15.0'