Compare commits

..

1 commit

Author SHA1 Message Date
30e9c85aff Update dependency com.google.code.gson:gson to v2.14.0
Some checks failed
Checking for spelling errors / rojopolis/spellcheck (push) Has been cancelled
2026-06-30 06:14:36 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -14,5 +14,5 @@ dependencies {
implementation project(':dynmap-api') implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow') implementation project(path: ':DynmapCore', configuration: 'shadow')
compileOnly group: 'org.bukkit', name: 'bukkit', version:'1.10.2-R0.1-SNAPSHOT' compileOnly group: 'org.bukkit', name: 'bukkit', version:'1.10.2-R0.1-SNAPSHOT'
compileOnly group: 'com.google.code.gson', name: 'gson', version:'2.8.9' compileOnly group: 'com.google.code.gson', name: 'gson', version:'2.14.0'
} }

View file

@ -33,7 +33,7 @@ dependencies {
compileOnly('org.anjocaido:EssentialsGroupManager:2.10.1') { transitive = false } compileOnly('org.anjocaido:EssentialsGroupManager:2.10.1') { transitive = false }
implementation group: 'org.bstats', name: 'bstats-bukkit', version: '3.0.2' implementation group: 'org.bstats', name: 'bstats-bukkit', version: '3.0.2'
compileOnly('com.googlecode.json-simple:json-simple:1.1.1') { transitive = false } compileOnly('com.googlecode.json-simple:json-simple:1.1.1') { transitive = false }
compileOnly('com.google.code.gson:gson:2.8.9') { transitive = false } compileOnly('com.google.code.gson:gson:2.14.0') { transitive = false }
implementation(project(':bukkit-helper')) { implementation(project(':bukkit-helper')) {
transitive = false transitive = false
} }