From 9a02509852f857a526d353bfa1d4f2f8c8caf518 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 20:40:49 +0200 Subject: [PATCH] Bump de.tr7zw:item-nbt-api from 2.12.2 to 2.12.3 (#5) Bumps de.tr7zw:item-nbt-api from 2.12.2 to 2.12.3. --- 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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 642bfc9..6bd4a3a 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.2" + implementation "de.tr7zw:item-nbt-api:2.12.3" } def targetJavaVersion = 17