[Application] Fix CVE issues in kotlin gson
authorjijoong.moon <jijoong.moon@samsung.com>
Tue, 18 Apr 2023 22:43:32 +0000 (07:43 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 19 Apr 2023 02:04:21 +0000 (11:04 +0900)
There is CVE issues befor gson 2.8.9.

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
Applications/Android/kotlin/app/build.gradle

index 37224dd..e029ab6 100644 (file)
@@ -71,7 +71,7 @@ dependencies {
     implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
     implementation 'androidx.activity:activity-compose:1.3.0'
     implementation 'androidx.navigation:navigation-compose:2.4.0-alpha05'
-    implementation 'com.google.code.gson:gson:2.8.7'
+    implementation 'com.google.code.gson:gson:2.8.9'
     testImplementation 'junit:junit:4.+'
     androidTestImplementation 'androidx.test.ext:junit:1.1.3'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'