Skip to content

Commit

Permalink
Update dependency net.kyori:adventure-nbt to v4.8.1 (#1161)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jul 1, 2021
1 parent 876d84a commit af1a3c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion worldedit-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion worldedit-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion worldedit-libs/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit af1a3c3

Please sign in to comment.