mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-22 23:51:35 +01:00
Update Gson reference to current spigot level (bogus security flag)
This commit is contained in:
parent
85d558d932
commit
0592bc9f04
@ -12,5 +12,5 @@ dependencies {
|
||||
implementation project(':dynmap-api')
|
||||
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
||||
implementation group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
|
||||
implementation group: 'com.google.code.gson', name: 'gson', version:'2.8.2'
|
||||
implementation group: 'com.google.code.gson', name: 'gson', version:'2.8.9'
|
||||
}
|
||||
|
@ -31,7 +31,7 @@ dependencies {
|
||||
implementation group: 'org.anjocaido', name: 'EssentialsGroupManager', version: '2.10.1'
|
||||
implementation group: 'org.bstats', name: 'bstats-bukkit', version: '2.2.1'
|
||||
implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
|
||||
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.2'
|
||||
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
|
||||
implementation project(':bukkit-helper')
|
||||
implementation(project(':bukkit-helper-113-2')) {
|
||||
transitive = false
|
||||
|
Loading…
Reference in New Issue
Block a user