From 1d3e4b7a208f68707c8074bbaa4711e7cb1c588f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:45:40 +0100 Subject: [PATCH] Bump de.tr7zw:item-nbt-api from 2.12.0-SNAPSHOT to 2.12.0 (#165) Bumps de.tr7zw:item-nbt-api from 2.12.0-SNAPSHOT to 2.12.0. --- updated-dependencies: - dependency-name: de.tr7zw:item-nbt-api 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 12895fe1..789c64b3 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -10,7 +10,7 @@ dependencies { implementation 'net.kyori:adventure-platform-bukkit:4.3.0' implementation 'dev.triumphteam:triumph-gui:3.1.5' implementation 'space.arim.morepaperlib:morepaperlib:0.4.3' - implementation 'de.tr7zw:item-nbt-api:2.12.0-SNAPSHOT' + implementation 'de.tr7zw:item-nbt-api:2.12.0' compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT' compileOnly 'commons-io:commons-io:2.13.0'