Merge pull request #35 from antville/dependabot/gradle/com.google.code.gson-gson-2.8.9

build(deps): bump gson from 2.8.6 to 2.8.9
This commit is contained in:
Tobi Schäfer 2021-12-11 18:05:51 +01:00 committed by GitHub
commit 832a9069f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ configurations {
}
dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'commons-codec:commons-codec:1.15'
implementation 'commons-fileupload:commons-fileupload:1.4'
implementation 'commons-logging:commons-logging:1.2'