Skip to content

Commit

Permalink
fix(deps): 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 Jun 7, 2024
1 parent d746b3f commit 0c652ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
compileOnly 'org.sayandev:sayanvanish-bukkit:1.0.1'

// gson is not exist in legacy minecraft version
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.code.gson:gson:2.11.0'

implementation 'com.zaxxer:HikariCP:5.1.0'
implementation 'io.papermc:paperlib:1.0.8'
Expand Down

0 comments on commit 0c652ca

Please sign in to comment.