From e03ad9827272e3ed7137eb3c31544fb4ed2a3c1b Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Mon, 28 Oct 2024 00:29:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20NBT=20=E5=89=8D?= =?UTF-8?q?=E7=BD=AE=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core-bukkit/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-bukkit/build.gradle.kts b/core-bukkit/build.gradle.kts index 67949ac..557a5e1 100644 --- a/core-bukkit/build.gradle.kts +++ b/core-bukkit/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { } // https://www.spigotmc.org/resources/nbt-api.7939/ - implementation("de.tr7zw:item-nbt-api:2.13.1") + implementation("de.tr7zw:item-nbt-api:2.13.2") // https://mvnrepository.com/artifact/com.zaxxer/HikariCP implementation("com.zaxxer:HikariCP:4.0.3") { exclude(group = "org.slf4j") } }