Update dependency net.kyori:adventure-nbt to v4.8.1 (#1161)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-07-01 22:57:52 +02:00 committed by GitHub
parent 876d84aec0
commit af1a3c3ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -181,7 +181,7 @@ tasks.named<ShadowJar>("shadowJar") {
include(dependency("org.lz4:lz4-java:1.8.0"))
}
relocate("net.kyori", "com.fastasyncworldedit.core.adventure") {
include(dependency("net.kyori:adventure-nbt:4.7.0"))
include(dependency("net.kyori:adventure-nbt:4.8.1"))
}
}
}

View File

@ -39,7 +39,7 @@ dependencies {
because("Mojang provides Log4J 2.8.1")
}
implementation("it.unimi.dsi:fastutil")
compileOnly("net.kyori:adventure-nbt:4.7.0")
compileOnly("net.kyori:adventure-nbt:4.8.1")
testImplementation("net.kyori:adventure-nbt:4.7.0")
val antlrVersion = "4.9.1"

View File

@ -13,5 +13,5 @@ dependencies {
"shade"("org.enginehub.piston:core:${Versions.PISTON}")
"shade"("org.enginehub.piston.core-ap:runtime:${Versions.PISTON}")
"shade"("org.enginehub.piston:default-impl:${Versions.PISTON}")
"shade"("net.kyori:adventure-nbt:4.5.0")
"shade"("net.kyori:adventure-nbt:4.8.1")
}