Skip to content

Commit

Permalink
Bump junit from 1.1.2 to 1.1.3 (#151)
Browse files Browse the repository at this point in the history
Bumps junit from 1.1.2 to 1.1.3.

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Rempel <1776510+jeremyrempel@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jeremyrempel committed Jul 1, 2021
1 parent dd7cd2c commit cdc7800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ dependencies {
kapt "com.google.dagger:hilt-compiler:$dagger_version"

testImplementation "junit:junit:$junit_version"
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}

0 comments on commit cdc7800

Please sign in to comment.