diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 76d1a21..cccb366 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { exclude("org.slf4j", "slf4j-api") } implementationRelocate(project, "org.bstats:bstats-bukkit:3.0.2") - implementationRelocate(project, "de.tr7zw:item-nbt-api:2.12.2", "de.tr7zw.changeme.nbtapi") { + implementationRelocate(project, "de.tr7zw:item-nbt-api:2.12.3", "de.tr7zw.changeme.nbtapi") { exclude("de.tr7zw", "functional-annotations") }