From 749d2317e3f86860af011b3cdfc51bcbd5ab11ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:23:15 +0000 Subject: [PATCH] Bump io.github.revxrsal:lamp.common from 4.0.0-rc.16 to 4.0.0-rc.17 Bumps [io.github.revxrsal:lamp.common](https://github.com/Revxrsal/Lamp) from 4.0.0-rc.16 to 4.0.0-rc.17. - [Release notes](https://github.com/Revxrsal/Lamp/releases) - [Commits](https://github.com/Revxrsal/Lamp/compare/4.0.0-rc.16...4.0.0-rc.17) --- updated-dependencies: - dependency-name: io.github.revxrsal:lamp.common dependency-version: 4.0.0-rc.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/paper/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/paper/build.gradle.kts b/test/paper/build.gradle.kts index a8c2fa7..83a39b7 100644 --- a/test/paper/build.gradle.kts +++ b/test/paper/build.gradle.kts @@ -8,8 +8,8 @@ dependencies { // Libraries implementation(project(":platform:paper")) - implementation("io.github.revxrsal:lamp.common:4.0.0-rc.16") - implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.16") + implementation("io.github.revxrsal:lamp.common:4.0.0-rc.17") + implementation("io.github.revxrsal:lamp.bukkit:4.0.0-rc.17") } tasks {