Update dependency com.google.code.gson:gson to v2.8.6

This commit is contained in:
Renovate Bot
2021-01-21 16:03:36 +00:00
parent e9da3daf9e
commit 44a95b47a4
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ dependencies {
implementation("org.yaml:snakeyaml:1.27")
implementation("com.google.guava:guava:21.0")
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("com.google.code.gson:gson:2.8.0")
implementation("com.google.code.gson:gson:2.8.6")
implementation("org.slf4j:slf4j-api:1.7.26")
implementation("it.unimi.dsi:fastutil:8.4.4")