From 391318c04e4beca58ac25a9ccbc7997617670346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:36:14 +0000 Subject: [PATCH] chore: bump dev.aurelium:auraskills-api-bukkit from 2.3.9 to 2.3.11 Bumps [dev.aurelium:auraskills-api-bukkit](https://github.com/Archy-X/AuraSkills) from 2.3.9 to 2.3.11. - [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.9...2.3.11) --- updated-dependencies: - dependency-name: dev.aurelium:auraskills-api-bukkit dependency-version: 2.3.11 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 520bdbda..b8dc1d7a 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.9") + compileOnly("dev.aurelium:auraskills-api-bukkit:2.3.11") compileOnly("pl.minecodes.plots:plugin-api:4.6.2") compileOnly("fr.maxlego08.shop:zshop-api:3.3.3") compileOnly("fr.maxlego08.menu:zmenu-api:1.1.1.2")