From f1be4d2d886a5ab17fc9f5b9e557d416b4827eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:39:03 +0000 Subject: [PATCH] Bump de.tr7zw:item-nbt-api from 2.12.0 to 2.12.1 (#200) Bumps de.tr7zw:item-nbt-api from 2.12.0 to 2.12.1. --- 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 504ade6f..24fdad38 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -10,7 +10,7 @@ dependencies { implementation 'net.kyori:adventure-platform-bukkit:4.3.1' implementation 'dev.triumphteam:triumph-gui:3.1.7' implementation 'space.arim.morepaperlib:morepaperlib:0.4.3' - implementation 'de.tr7zw:item-nbt-api:2.12.0' + implementation 'de.tr7zw:item-nbt-api:2.12.1' compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT' compileOnly 'commons-io:commons-io:2.15.0'