From 73a99ea976a2be9998de9f3936a5be70d7837ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 05:22:28 +0000 Subject: [PATCH] deps: bump com.github.AvarionMC:yaml from 1.1.8 to 1.1.9 Bumps com.github.AvarionMC:yaml from 1.1.8 to 1.1.9. --- updated-dependencies: - dependency-name: com.github.AvarionMC:yaml dependency-version: 1.1.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ca1ed92..4b7c009 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation 'xyz.xenondevs.invui:invui:1.44' implementation 'xyz.xenondevs.invui:inventory-access-r20:1.44:remapped-mojang' implementation 'xyz.xenondevs.invui:inventory-access:1.44' - implementation 'com.github.AvarionMC:yaml:1.1.8' + implementation 'com.github.AvarionMC:yaml:1.1.9' compileOnly 'io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT' compileOnly 'dev.rosewood:rosestacker:1.5.33' compileOnly 'org.mineacademy.plugin:FactionsUUID:1.6.9.5-U0.6.40-343' @@ -80,7 +80,7 @@ tasks.shadowJar { include(dependency('xyz.xenondevs.invui:inventory-access-r20:1.44:remapped-mojang')) include(dependency('com.zaxxer:HikariCP:6.2.1')) include(dependency('com.mysql:mysql-connector-j:9.1.0')) - include(dependency('com.github.AvarionMC:yaml:1.1.8')) + include(dependency('com.github.AvarionMC:yaml:1.1.9')) } // Removed all relocate directives to keep original package structure