Skip to content

Commit

Permalink
fix(deps): update dependency com.google.code.gson:gson to v2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent cce6b9e commit 15435fe
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 @@ -88,7 +88,7 @@ dependencies {
compileOnly 'org.sayandev:sayanvanish-proxy-velocity:1.5.2-SNAPSHOT'

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

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

0 comments on commit 15435fe

Please sign in to comment.