Skip to content

Commit f5d62dc

Browse files
chore: bump rules from 1.4.0 to 1.5.0 (#282)
Bumps rules from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.test:rules dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2ff042 commit f5d62dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

testutils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454

5555
api 'androidx.annotation:annotation:1.5.0'
5656
api 'androidx.test.ext:junit:1.1.4'
57-
api 'androidx.test:rules:1.4.0'
57+
api 'androidx.test:rules:1.5.0'
5858

5959
androidTestCompileOnly project(':android-core')
6060

@@ -66,7 +66,7 @@ dependencies {
6666
}
6767
androidTestImplementation 'androidx.test:runner:1.3.0'
6868
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
69-
androidTestImplementation 'androidx.test:rules:1.3.0'
69+
androidTestImplementation 'androidx.test:rules:1.5.0'
7070
androidTestImplementation 'com.google.firebase:firebase-messaging:20.0.0'
7171

7272
androidTestUtil 'androidx.test:orchestrator:1.4.2'

0 commit comments

Comments
 (0)