From 8fa06288324649eab04315014c6ab45a48264a63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:12:18 +0000 Subject: [PATCH] chore: bump com.github.NighterDevelopment:SmartSpawner Bumps [com.github.NighterDevelopment:SmartSpawner](https://github.com/NighterDevelopment/SmartSpawner) from 1.5.8 to 1.6.2. - [Release notes](https://github.com/NighterDevelopment/SmartSpawner/releases) - [Commits](https://github.com/NighterDevelopment/SmartSpawner/compare/1.5.8...1.6.2) --- updated-dependencies: - dependency-name: com.github.NighterDevelopment:SmartSpawner dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a6b7b25..0bcbb57 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { annotationProcessor("org.projectlombok:lombok:1.18.42") compileOnly("org.projectlombok:lombok:1.18.42") compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT") - compileOnly("com.github.NighterDevelopment:SmartSpawner:1.5.8") + compileOnly("com.github.NighterDevelopment:SmartSpawner:1.6.2") // Shadowed dependencies implementation("com.github.NighterDevelopment:PluginUpdateCore:1.0.4")