Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion staffprofiles-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
dependencies {
// Gson is already included in the Vanilla server and thus in all platforms,
// making it the obvious choice for config file serialization.
compileOnly("com.google.code.gson:gson:2.7")
compileOnly("com.google.code.gson:gson:2.8.9")

// LuckPerms is used by the LuckPermsPermissionProvider
compileOnly("net.luckperms:api:5.4")
Expand Down
Loading