mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
Merge pull request #3986 from nextcloud/renovate/androidx.test-core-1.x
fix(deps): update dependency androidx.test:core to v1.6.1
This commit is contained in:
commit
3e4995de36
2 changed files with 12 additions and 1 deletions
|
@ -285,7 +285,7 @@ dependencies {
|
|||
androidTestImplementation 'org.mockito:mockito-android:5.12.0'
|
||||
testImplementation 'androidx.arch.core:core-testing:2.2.0'
|
||||
|
||||
androidTestImplementation "androidx.test:core:1.5.0"
|
||||
androidTestImplementation "androidx.test:core:1.6.1"
|
||||
|
||||
// Espresso core
|
||||
androidTestImplementation ("androidx.test.espresso:espresso-core:$espressoVersion", {
|
||||
|
|
|
@ -164,6 +164,7 @@
|
|||
<trusting group="androidx.databinding"/>
|
||||
<trusting group="androidx.datastore"/>
|
||||
<trusting group="androidx.lifecycle"/>
|
||||
<trusting group="androidx.test"/>
|
||||
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
|
||||
<trusting group="androidx.webkit"/>
|
||||
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
|
||||
|
@ -5308,6 +5309,16 @@
|
|||
<sha256 value="38e76d688eddcf2d92ab20838c0adf28d8fd5de2cc965edcd273a9b4f7d636de" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-bom" version="1.7.1">
|
||||
<artifact name="kotlinx-coroutines-bom-1.7.1.pom">
|
||||
<sha256 value="b925aa988c40a5c7aa0c77b21373feb18c39414926bd51c76ef44434f5bae9c2" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-core" version="1.3.4">
|
||||
<artifact name="kotlinx-coroutines-core-1.3.4.pom">
|
||||
<pgp value="8756C4F765C9AC3CB6B85D62379CE192D401AB61"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-core-jvm" version="1.5.0">
|
||||
<artifact name="kotlinx-coroutines-core-jvm-1.5.0.module">
|
||||
<sha256 value="c885dd0281076c5843826de317e3cbcdc3d8859dbeef53ae1cfacd1b9c60f96e" origin="Generated by Gradle"/>
|
||||
|
|
Loading…
Reference in a new issue