Update dependency com.google.code.gson:gson to v2.14.0 #16

Open
renovate wants to merge 1 commit from renovate/com.google.code.gson-gson-2.x into main
2 changed files with 2 additions and 2 deletions

View file

@ -14,5 +14,5 @@ dependencies {
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
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 }
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.google.code.gson:gson:2.8.9') { transitive = false }
compileOnly('com.google.code.gson:gson:2.14.0') { transitive = false }
implementation(project(':bukkit-helper')) {
transitive = false
}