Update dependency com.google.code.gson:gson to v2.14.0
Some checks failed
Checking for spelling errors / rojopolis/spellcheck (push) Has been cancelled

This commit is contained in:
Renovate Bot 2026-06-30 06:14:36 +00:00
parent 0745a40c7a
commit 30e9c85aff
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'
}