Skip to content

Commit

Permalink
Update dependency net.kyori:adventure-text-serializer-plain to v4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 12, 2022
1 parent 7d58dc3 commit 31bfa99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation("org.pf4j:pf4j:3.6.0")
implementation("com.thealtening.api:api:4.1.0")
implementation("com.google.guava:guava:31.0.1-jre")
implementation("net.kyori:adventure-text-serializer-plain:4.9.3")
implementation("net.kyori:adventure-text-serializer-plain:4.10.1")
implementation("net.kyori:adventure-text-serializer-gson:4.9.3")
}

Expand Down
2 changes: 1 addition & 1 deletion version_1_16/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
implementation("com.github.GeyserMC:MCProtocolLib:1.16.5-2")
compileOnly(projects.serverwreckerCommon)
compileOnly("net.kyori:adventure-text-serializer-plain:4.9.3")
compileOnly("net.kyori:adventure-text-serializer-plain:4.10.1")
}

setupVersion("v1_16")
2 changes: 1 addition & 1 deletion version_1_17/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
implementation("com.github.GeyserMC:MCProtocolLib:1.17.1-2")
compileOnly(projects.serverwreckerCommon)
compileOnly("net.kyori:adventure-text-serializer-plain:4.9.3")
compileOnly("net.kyori:adventure-text-serializer-plain:4.10.1")
}

setupVersion("v1_17")
2 changes: 1 addition & 1 deletion version_1_18/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
implementation("com.github.GeyserMC:MCProtocolLib:1.18-2")
compileOnly(projects.serverwreckerCommon)
compileOnly("net.kyori:adventure-text-serializer-plain:4.9.3")
compileOnly("net.kyori:adventure-text-serializer-plain:4.10.1")
}

setupVersion("v1_18")

0 comments on commit 31bfa99

Please sign in to comment.