Skip to content

Commit 2098bc3

Browse files
chore: bump androidx.test.ext:junit from 1.1.4 to 1.1.5 (#356)
Bumps androidx.test.ext:junit from 1.1.4 to 1.1.5. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72bcc03 commit 2098bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testutils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
compileOnly 'org.mockito:mockito-android:4.9.0'
5454

5555
api 'androidx.annotation:annotation:1.6.0'
56-
api 'androidx.test.ext:junit:1.1.4'
56+
api 'androidx.test.ext:junit:1.1.5'
5757
api 'androidx.test:rules:1.5.0'
5858

5959
androidTestCompileOnly project(':android-core')
@@ -65,7 +65,7 @@ dependencies {
6565

6666
}
6767
androidTestImplementation 'androidx.test:runner:1.3.0'
68-
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
68+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
6969
androidTestImplementation 'androidx.test:rules:1.5.0'
7070
androidTestImplementation 'com.google.firebase:firebase-messaging:20.0.0'
7171

0 commit comments

Comments
 (0)