From 9a463295edc6765436eaf148d5a45a9689d43307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 00:06:02 +0000 Subject: [PATCH] chore: bump com.github.NighterDevelopment:SmartSpawner Bumps [com.github.NighterDevelopment:SmartSpawner](https://github.com/OpenVdra/SmartSpawner) from 1.6.9 to 1.7.0. - [Release notes](https://github.com/OpenVdra/SmartSpawner/releases) - [Commits](https://github.com/OpenVdra/SmartSpawner/compare/1.6.9...1.7.0) --- updated-dependencies: - dependency-name: com.github.NighterDevelopment:SmartSpawner dependency-version: 1.7.0 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 8274368..0d923bd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { annotationProcessor("org.projectlombok:lombok:1.18.46") compileOnly("org.projectlombok:lombok:1.18.46") compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT") - compileOnly("com.github.NighterDevelopment:SmartSpawner:1.6.9") + compileOnly("com.github.NighterDevelopment:SmartSpawner:1.7.0") // SQLite is bundled with Paper – compileOnly is enough, no need to shade compileOnly("org.xerial:sqlite-jdbc:3.53.2.0")