Merge pull request #64 from antville/dependabot/gradle/com.google.code.gson-gson-2.10.1

build(deps): bump com.google.code.gson:gson from 2.8.9 to 2.10.1
This commit is contained in:
Tobi Schäfer 2023-08-26 21:40:37 +02:00 committed by GitHub
commit 6d5288f94b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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