Skip to content
Open
Show file tree
Hide file tree
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 bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies {
// So instead let's use the netty version that we were using before (inherited from bungeecord)
compileOnly "io.netty:netty-codec:4.1.58.Final"

testImplementation "com.google.code.gson:gson:2.9.0"
testImplementation "com.google.code.gson:gson:2.10.1"
}
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
// Font width data (see above)
dddResource "solteragg:mc-font-extractor:main:mojangles_width_data@json"

implementation "com.google.code.gson:gson:2.9.0"
implementation "com.google.code.gson:gson:2.10.1"

// Dependencies available in both bukkit and bungee
compileOnly "net.md-5:bungeecord-chat:1.19-R0.1-SNAPSHOT"
Expand Down