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

This commit is contained in:
Renovate Bot
2021-01-21 12:53:35 +00:00
parent ef596664bc
commit 692a844759
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ dependencies {
"implementation"("org.apache.logging.log4j:log4j-slf4j-impl:2.8.1")
"implementation"("commons-cli:commons-cli:1.4")
"implementation"("com.google.guava:guava:21.0")
"implementation"("com.google.code.gson:gson:2.8.0")
"implementation"("com.google.code.gson:gson:2.8.6")
}
tasks.named<Jar>("jar") {