@@ -50,19 +50,19 @@ ext { VERSION_NAME = "$project.android.defaultConfig.versionName" }
5050dependencies {
5151 api fileTree(dir : ' libs' , include : [' *.jar' ])
5252 // api 'com.livio.taskmaster:taskmaster:0.6.0'
53- api ' com.smartdevicelink:bson_java_port:1.2.5 '
53+ api ' com.smartdevicelink:bson_java_port:1.2.6 '
5454 api ' androidx.lifecycle:lifecycle-extensions:2.2.0'
55- api ' androidx.annotation:annotation:1.1.0 '
56- annotationProcessor ' androidx.lifecycle:lifecycle-compiler:2.2.0 '
55+ api ' androidx.annotation:annotation:1.9.1 '
56+ annotationProcessor ' androidx.lifecycle:lifecycle-compiler:2.9.4 '
5757
5858 testImplementation ' junit:junit:4.13.2'
59- testImplementation ' org.mockito:mockito-core:5.7 .0'
60- androidTestImplementation ' androidx.test:rules:1.5 .0'
61- androidTestImplementation ' org.mockito:mockito-core:5.7 .0'
62- androidTestImplementation ' org.mockito:mockito-android:5.7 .0'
63- androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
64- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
65- androidTestImplementation ' androidx.test.espresso:espresso-intents:3.5.1 '
59+ testImplementation ' org.mockito:mockito-core:5.20 .0'
60+ androidTestImplementation ' androidx.test:rules:1.7 .0'
61+ androidTestImplementation ' org.mockito:mockito-core:5.20 .0'
62+ androidTestImplementation ' org.mockito:mockito-android:5.20 .0'
63+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
64+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0 '
65+ androidTestImplementation ' androidx.test.espresso:espresso-intents:3.7.0 '
6666}
6767
6868buildscript {
@@ -71,7 +71,7 @@ buildscript {
7171 }
7272 dependencies {
7373 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
74- classpath ' com.vanniktech:gradle-maven-publish-plugin:0.27 .0'
74+ classpath ' com.vanniktech:gradle-maven-publish-plugin:0.34 .0'
7575 }
7676}
7777
0 commit comments