Skip to content

Commit 50402b3

Browse files
committed
update dependencies
1 parent 8fc0b9d commit 50402b3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

android/hello_sdl_android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
7171
exclude group: 'com.android.support', module: 'support-annotations'
7272
})
73-
implementation 'androidx.appcompat:appcompat:1.2.0'
73+
implementation 'androidx.appcompat:appcompat:1.7.1'
7474
implementation project(path: ':sdl_android')
75-
testImplementation 'junit:junit:4.12'
75+
testImplementation 'junit:junit:4.13.2'
7676
}

android/sdl_android/build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@ ext { VERSION_NAME = "$project.android.defaultConfig.versionName" }
5050
dependencies {
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

6868
buildscript {
@@ -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

Comments
 (0)