From 9dc25eed7dbd6605599b5ce75b626eded74958d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 00:56:57 +0000 Subject: [PATCH] Bump net.luckperms:api from 5.4 to 5.5 Bumps [net.luckperms:api](https://github.com/LuckPerms/LuckPerms) from 5.4 to 5.5. - [Commits](https://github.com/LuckPerms/LuckPerms/compare/v5.4...v5.5) --- updated-dependencies: - dependency-name: net.luckperms:api dependency-version: '5.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index efc9ed4..7a054df 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { api("com.tcoded:FoliaLib:0.4.2") compileOnly("net.essentialsx:EssentialsX:2.20.1") - compileOnly("net.luckperms:api:5.4") + compileOnly("net.luckperms:api:5.5") compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") api("net.kyori:adventure-platform-bukkit:4.3.4")