Skip to content

Commit

Permalink
Update dependency com.google.code.gson:gson to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2024
1 parent 629d984 commit f8473c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
implementation("com.github.Minestom", "Minestom", "85942b6b27") // minestom itself
implementation("com.google.code.gson:gson:2.10.1") // serializing
implementation("com.google.code.gson:gson:2.11.0") // serializing
implementation("org.slf4j:slf4j-api:2.0.13") // logging
implementation("net.kyori:adventure-text-minimessage:4.17.0")// better components
implementation("mysql:mysql-connector-java:8.0.33") //mysql connector
Expand Down

0 comments on commit f8473c1

Please sign in to comment.