From 5e44370a09537a20c379aa0918e7adbe22f7cc78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:35:44 +0000 Subject: [PATCH] Bump com.github.UltraCosmetics:UltraCosmetics Bumps [com.github.UltraCosmetics:UltraCosmetics](https://github.com/UltraCosmetics/UltraCosmetics) from main-SNAPSHOT to 3.15.0.1-RELEASE. - [Release notes](https://github.com/UltraCosmetics/UltraCosmetics/releases) - [Commits](https://github.com/UltraCosmetics/UltraCosmetics/commits/3.15.0.1-RELEASE) --- updated-dependencies: - dependency-name: com.github.UltraCosmetics:UltraCosmetics dependency-version: 3.15.0.1-RELEASE dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1a875cc..562e104 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { // https://hub.spigotmc.org/stash/projects/SPIGOT/repos/spigot/browse compileOnly 'org.spigotmc:spigot-api:1.21.11-R0.2-SNAPSHOT' // https://github.com/UltraCosmetics/UltraCosmetics - compileOnly ('com.github.UltraCosmetics:UltraCosmetics:main-SNAPSHOT') { + compileOnly ('com.github.UltraCosmetics:UltraCosmetics:3.15.0.1-RELEASE') { attributes { // Depend on the version with dependencies shaded so we don't need to shade them separately attribute(Bundling.BUNDLING_ATTRIBUTE, getObjects().named(Bundling, Bundling.SHADOWED))