File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ repositories {
9393dependencies {
9494 api ' software.amazon.awssdk.crt:aws-crt-android:0.16.0'
9595 implementation ' org.slf4j:slf4j-api:1.7.30'
96- implementation ' com.google.code.gson:gson:2.8.5 '
96+ implementation ' com.google.code.gson:gson:2.9.0 '
9797 implementation ' androidx.appcompat:appcompat:1.1.0'
9898 testImplementation ' junit:junit:4.12'
9999 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
Original file line number Diff line number Diff line change 2222 <dependency >
2323 <groupId >com.google.code.gson</groupId >
2424 <artifactId >gson</artifactId >
25- <version >2.8.5 </version >
25+ <version >2.9.0 </version >
2626 <scope >compile</scope >
2727 </dependency >
2828 <dependency >
Original file line number Diff line number Diff line change 7171 <dependency >
7272 <groupId >com.google.code.gson</groupId >
7373 <artifactId >gson</artifactId >
74- <version >2.8.5 </version >
74+ <version >2.9.0 </version >
7575 <scope >compile</scope >
7676 </dependency >
7777 <dependency >
You can’t perform that action at this time.
0 commit comments