Bump android-junit5 from 1.8.2.0 to 1.8.2.1 (#2658)

Bumps [android-junit5](https://github.com/mannodermaus/android-junit5) from 1.8.2.0 to 1.8.2.1.
- [Release notes](https://github.com/mannodermaus/android-junit5/releases)
- [Commits](https://github.com/mannodermaus/android-junit5/compare/plugin-1.8.2.0...plugin-1.8.2.1)

---
updated-dependencies:
- dependency-name: de.mannodermaus.gradle.plugins:android-junit5
  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>
This commit is contained in:
dependabot[bot] 2022-07-16 23:25:58 -04:00 committed by GitHub
parent b13f548aea
commit 8f2e1688db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ buildscript {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
classpath("com.google.gms:google-services:4.3.13")
classpath("com.google.firebase:firebase-appdistribution-gradle:3.0.2")
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.8.2.0")
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.8.2.1")
classpath("com.github.triplet.gradle:play-publisher:3.7.0")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.42")
}