Skip to content

Commit

Permalink
Merge pull request #3986 from nextcloud/renovate/androidx.test-core-1.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency androidx.test:core to v1.6.1
  • Loading branch information
AndyScherzinger committed Jul 9, 2024
2 parents 01cef0a + 2ae2a77 commit 3e4995d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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", {
Expand Down
11 changes: 11 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down Expand Up @@ -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"/>
Expand Down

0 comments on commit 3e4995d

Please sign in to comment.