From f5e77eadde2c86b22391864ed2301bf643167492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 16:57:55 +0000 Subject: [PATCH] chore: bump dev.aurelium:auraskills-api-bukkit from 2.3.11 to 2.3.12 Bumps [dev.aurelium:auraskills-api-bukkit](https://github.com/Archy-X/AuraSkills) from 2.3.11 to 2.3.12. - [Release notes](https://github.com/Archy-X/AuraSkills/releases) - [Changelog](https://github.com/Archy-X/AuraSkills/blob/master/Changelog.md) - [Commits](https://github.com/Archy-X/AuraSkills/compare/2.3.11...2.3.12) --- updated-dependencies: - dependency-name: dev.aurelium:auraskills-api-bukkit dependency-version: 2.3.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 063a123e..f718a6be 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { compileOnly("io.github.fabiozumbi12.RedProtect:RedProtect-Spigot:8.1.2") { exclude(group = "*") } - compileOnly("dev.aurelium:auraskills-api-bukkit:2.3.11") + compileOnly("dev.aurelium:auraskills-api-bukkit:2.3.12") compileOnly("pl.minecodes.plots:plugin-api:4.6.2") compileOnly("fr.maxlego08.shop:zshop-api:3.3.4") compileOnly("fr.maxlego08.menu:zmenu-api:1.1.1.2")