Skip to content

Commit 12562c4

Browse files
authored
Upgrade mockito test dependency to be compatible with new Java version (#1298)
* Upgrade mockito test dependency to be compatible with new Java version * Update build-android.yml
1 parent 5116b27 commit 12562c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
working-directory: lib\android_build
7474
- name: Upload Reports
7575
if: failure()
76-
uses: actions/upload-artifact@v1
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: reports
7979
path: lib\android_build\maesdk\build\reports

lib/android_build/maesdk/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
annotationProcessor "androidx.room:room-compiler:$room_version"
7878

7979
testImplementation 'junit:junit:4.13.2'
80-
testImplementation 'org.mockito:mockito-inline:3.2.4'
80+
testImplementation 'org.mockito:mockito-core:5.13.0'
8181
testImplementation "androidx.room:room-testing:$room_version"
8282
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
8383
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

0 commit comments

Comments
 (0)