Skip to content

Commit

Permalink
Update dependency net.kyori:adventure-text-serializer-gson to v4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 29, 2021
1 parent 81d6aea commit 5464eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies {
implementation("com.thealtening.api:api:4.1.0")
implementation("com.google.guava:guava:21.0")
implementation("net.kyori:adventure-text-serializer-plain:4.8.1")
implementation("net.kyori:adventure-text-serializer-gson:4.8.1")
implementation("net.kyori:adventure-text-serializer-gson:4.9.3")
}
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-gson</artifactId>
<version>4.8.1</version>
<version>4.9.3</version>
</dependency>
</dependencies>
</project>

0 comments on commit 5464eaf

Please sign in to comment.