From 6882adff7a550f37f2fa4f0763ef30fe7a5153c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:53:38 +0000 Subject: [PATCH] Bump io.github.revxrsal:lamp.bukkit from 4.0.0-rc.14 to 4.0.0-rc.16 Bumps [io.github.revxrsal:lamp.bukkit](https://github.com/Revxrsal/Lamp) from 4.0.0-rc.14 to 4.0.0-rc.16. - [Release notes](https://github.com/Revxrsal/Lamp/releases) - [Commits](https://github.com/Revxrsal/Lamp/compare/4.0.0-rc.14...4.0.0-rc.16) --- updated-dependencies: - dependency-name: io.github.revxrsal:lamp.bukkit dependency-version: 4.0.0-rc.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/paper/build.gradle.kts | 4 ++-- test/spigot/build.gradle.kts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/paper/build.gradle.kts b/test/paper/build.gradle.kts index 5a7ce42..5d24d82 100644 --- a/test/paper/build.gradle.kts +++ b/test/paper/build.gradle.kts @@ -8,8 +8,8 @@ dependencies { // Libraries implementation(project(":")) - implementation("io.github.revxrsal:lamp.common:4.0.0-rc.14") - implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.14") + implementation("io.github.revxrsal:lamp.common:4.0.0-rc.16") + implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.16") } tasks { diff --git a/test/spigot/build.gradle.kts b/test/spigot/build.gradle.kts index 0147e48..fb75b9b 100644 --- a/test/spigot/build.gradle.kts +++ b/test/spigot/build.gradle.kts @@ -8,8 +8,8 @@ dependencies { // Libraries implementation(project(":")) - implementation("io.github.revxrsal:lamp.common:4.0.0-rc.14") - implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.14") + implementation("io.github.revxrsal:lamp.common:4.0.0-rc.16") + implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.16") } tasks {