Skip to content

Commit 3e4995d

Browse files
Merge pull request #3986 from nextcloud/renovate/androidx.test-core-1.x
fix(deps): update dependency androidx.test:core to v1.6.1
2 parents 01cef0a + 2ae2a77 commit 3e4995d

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ dependencies {
285285
androidTestImplementation 'org.mockito:mockito-android:5.12.0'
286286
testImplementation 'androidx.arch.core:core-testing:2.2.0'
287287

288-
androidTestImplementation "androidx.test:core:1.5.0"
288+
androidTestImplementation "androidx.test:core:1.6.1"
289289

290290
// Espresso core
291291
androidTestImplementation ("androidx.test.espresso:espresso-core:$espressoVersion", {

gradle/verification-metadata.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
<trusting group="androidx.databinding"/>
165165
<trusting group="androidx.datastore"/>
166166
<trusting group="androidx.lifecycle"/>
167+
<trusting group="androidx.test"/>
167168
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
168169
<trusting group="androidx.webkit"/>
169170
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
@@ -5308,6 +5309,16 @@
53085309
<sha256 value="38e76d688eddcf2d92ab20838c0adf28d8fd5de2cc965edcd273a9b4f7d636de" origin="Generated by Gradle" reason="Artifact is not signed"/>
53095310
</artifact>
53105311
</component>
5312+
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-bom" version="1.7.1">
5313+
<artifact name="kotlinx-coroutines-bom-1.7.1.pom">
5314+
<sha256 value="b925aa988c40a5c7aa0c77b21373feb18c39414926bd51c76ef44434f5bae9c2" origin="Generated by Gradle"/>
5315+
</artifact>
5316+
</component>
5317+
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-core" version="1.3.4">
5318+
<artifact name="kotlinx-coroutines-core-1.3.4.pom">
5319+
<pgp value="8756C4F765C9AC3CB6B85D62379CE192D401AB61"/>
5320+
</artifact>
5321+
</component>
53115322
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-core-jvm" version="1.5.0">
53125323
<artifact name="kotlinx-coroutines-core-jvm-1.5.0.module">
53135324
<sha256 value="c885dd0281076c5843826de317e3cbcdc3d8859dbeef53ae1cfacd1b9c60f96e" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)