From c8aa29c82f1510739e85a3a68113d8b6941e64d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 19:42:14 +0100 Subject: [PATCH] deps: bump net.william278.uniform:uniform-paper from 1.3.3 to 1.3.4 (#509) Bumps [net.william278.uniform:uniform-paper](https://github.com/WiIIiam278/Uniform) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/WiIIiam278/Uniform/releases) - [Commits](https://github.com/WiIIiam278/Uniform/compare/1.3.3...1.3.4) --- updated-dependencies: - dependency-name: net.william278.uniform:uniform-paper dependency-version: 1.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bukkit/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bukkit/build.gradle b/bukkit/build.gradle index a979a0a2..c254f552 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -9,7 +9,7 @@ dependencies { implementation project(path: ':common') implementation 'net.william278.uniform:uniform-bukkit:1.3.3' - implementation 'net.william278.uniform:uniform-paper:1.3.3' + implementation 'net.william278.uniform:uniform-paper:1.3.4' implementation 'net.william278.toilet:toilet-bukkit:1.0.12' implementation 'net.william278:mpdbdataconverter:1.0.1' implementation 'net.william278:hsldataconverter:1.0'