build(deps): bump com.google.code.gson:gson from 2.8.9 to 2.10.1 #64

Merged
dependabot[bot] merged 1 commit from dependabot/gradle/com.google.code.gson-gson-2.10.1 into helma-🐜 2023-08-26 19:40:38 +00:00

View file

@ -58,7 +58,7 @@ configurations {
} }
dependencies { 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-codec:commons-codec:1.15'
implementation 'commons-fileupload:commons-fileupload:1.4' implementation 'commons-fileupload:commons-fileupload:1.4'
implementation 'commons-logging:commons-logging:1.2' implementation 'commons-logging:commons-logging:1.2'