From 096848106625f0123b4e22ce5e78ab2d51679f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:30:31 +0000 Subject: [PATCH] deps: bump net.william278.uniform:uniform-paper Bumps net.william278.uniform:uniform-paper from 1.1.8 to 1.1.8-5bc33ea. --- updated-dependencies: - dependency-name: net.william278.uniform:uniform-paper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- paper/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/build.gradle b/paper/build.gradle index 50361a70..97c03c32 100644 --- a/paper/build.gradle +++ b/paper/build.gradle @@ -6,7 +6,7 @@ dependencies { implementation project(':bukkit') compileOnly project(':common') - implementation 'net.william278.uniform:uniform-paper:1.1.8' + implementation 'net.william278.uniform:uniform-paper:1.1.8-5bc33ea' compileOnly 'io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT' compileOnly 'org.jetbrains:annotations:24.1.0'