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] committed Jun 1, 2024
1 parent d4d4fef commit 94d8037
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 @@ -21,7 +21,7 @@ dependencies {
implementation("com.intellectualsites.http:HTTP4J:1.3")
implementation("org.jetbrains:annotations:24.1.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
compileOnly("com.google.code.gson:gson:2.8.8")
compileOnly("com.google.code.gson:gson:2.11.0")
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.16")
}

Expand Down

0 comments on commit 94d8037

Please sign in to comment.