From 7e1e69dccad43df191e7b8b652316e9ab7347e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 06:53:17 +0000 Subject: [PATCH] deps: bump com.github.AvarionMC:yaml from 1.1.8 to 1.2.0 Bumps [com.github.AvarionMC:yaml](https://github.com/AvarionMC/yaml) from 1.1.8 to 1.2.0. - [Release notes](https://github.com/AvarionMC/yaml/releases) - [Commits](https://github.com/AvarionMC/yaml/compare/1.1.8...1.2.0) --- updated-dependencies: - dependency-name: com.github.AvarionMC:yaml dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..2b4087d 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.2.0' 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.2.0')) } // Removed all relocate directives to keep original package structure