Skip to content

Commit

Permalink
Bump junit from 1.1.3 to 1.1.4
Browse files Browse the repository at this point in the history
Bumps junit from 1.1.3 to 1.1.4.

---
updated-dependencies:
- dependency-name: androidx.test.ext:junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2022
1 parent d1c1e91 commit 892b1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
// dependencies for instrumented tests
// JUnit4 Rules
androidTestImplementation "junit:junit:$junit_version"
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test:rules:1.5.0'

// Android JUnit Runner
Expand Down

0 comments on commit 892b1af

Please sign in to comment.