Skip to content

Commit 8d5b695

Browse files
Merge pull request #1780 from nextcloud/renovate/androidx.test-monitor-1.x
fix(deps): update dependency androidx.test:monitor to v1.8.0
2 parents 9d44195 + aa5fb7b commit 8d5b695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample_client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ dependencies {
5656
implementation "commons-httpclient:commons-httpclient:3.1@jar"
5757
// remove after entire switch to lib v2
5858
implementation "org.jacoco:org.jacoco.agent:$jacoco_version:runtime"
59-
implementation 'androidx.test:monitor:1.7.2'
59+
implementation 'androidx.test:monitor:1.8.0'
6060
androidTestImplementation 'junit:junit:4.13.2'
61-
androidTestImplementation 'androidx.test:monitor:1.7.2'
61+
androidTestImplementation 'androidx.test:monitor:1.8.0'
6262
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
6363
androidTestImplementation 'androidx.test:runner:1.7.0'
6464
}

0 commit comments

Comments
 (0)