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
This commit is contained in:
Alex Gavrishev 2024-09-05 17:21:56 +03:00 коммит произвёл GitHub
Родитель 5116b27f75
Коммит 12562c428d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

2
.github/workflows/build-android.yml поставляемый
Просмотреть файл

@ -73,7 +73,7 @@ jobs:
working-directory: lib\android_build
- name: Upload Reports
if: failure()
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: reports
path: lib\android_build\maesdk\build\reports

Просмотреть файл

@ -77,7 +77,7 @@ dependencies {
annotationProcessor "androidx.room:room-compiler:$room_version"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:3.2.4'
testImplementation 'org.mockito:mockito-core:5.13.0'
testImplementation "androidx.room:room-testing:$room_version"
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'