From 75751d4deb7db31caa9dacbf042999fa4512f8f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:31:34 +0000 Subject: [PATCH] Bump de.tr7zw:item-nbt-api from 2.12.3 to 2.13.0 Bumps de.tr7zw:item-nbt-api from 2.12.3 to 2.13.0. --- updated-dependencies: - dependency-name: de.tr7zw:item-nbt-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6bd4a3a..7762aa6 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { compileOnly "dev.folia:folia-api:1.20.4-R0.1-SNAPSHOT" implementation "me.hsgamer:hscore-bukkit-command:4.3.30" - implementation "de.tr7zw:item-nbt-api:2.12.3" + implementation "de.tr7zw:item-nbt-api:2.13.0" } def targetJavaVersion = 17