chore(deps): bump junit from 1.1.1 to 1.1.2 in /ApiDemos/java

Bumps junit from 1.1.1 to 1.1.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-09 23:45:59 +00:00
parent 08095bbd06
commit 483c28d2a3

View File

@ -64,7 +64,7 @@ dependencies {
// Tests
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}