@@ -75,23 +75,20 @@ android {
7575}
7676
7777dependencies {
78- implementation fileTree(dir : ' libs' , include : [' *.jar' ])
79- implementation ' com.google.code.gson:gson:2.11.0'
78+ implementation ' com.google.code.gson:gson:2.12.1'
8079 implementation ' androidx.appcompat:appcompat:1.6.1'
8180 implementation ' com.squareup:tape:1.2.3'
8281 testImplementation ' junit:junit:4.13.2'
83- testImplementation " org.mockito:mockito-core:5.12 .0"
82+ testImplementation " org.mockito:mockito-core:5.16 .0"
8483 testImplementation ' org.json:json:20240303'
85- androidTestImplementation " org.mockito:mockito-android:5.12.0 "
86- androidTestImplementation ' net.jodah:concurrentunit:0.4.4 '
84+ testImplementation " com.google.guava:guava:33.3.1-jre "
85+ androidTestImplementation ' net.jodah:concurrentunit:0.4.6 '
8786 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
8887 androidTestImplementation ' androidx.test:rules:1.6.1'
8988 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
9089 androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
91- testImplementation " com.google.guava:guava:33.3.1-jre"
92- androidTestImplementation ' org.mockito:mockito-core:5.12.0'
93- androidTestImplementation " org.mockito:mockito-android:5.12.0"
94-
90+ androidTestImplementation ' org.mockito:mockito-core:5.16.0'
91+ androidTestImplementation " org.mockito:mockito-android:5.16.0"
9592}
9693
9794apply from : ' publish.gradle'
0 commit comments