From 54d96542cc80716bd466a1b57d9e499f5d499c7a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Sep 2021 12:54:49 +0000 Subject: [PATCH] Update dependency junit:junit to v4.13.2 --- motionLayout/app/build.gradle | 2 +- objectAnimator/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/motionLayout/app/build.gradle b/motionLayout/app/build.gradle index bcf8fbb..d0605ac 100644 --- a/motionLayout/app/build.gradle +++ b/motionLayout/app/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.1.0-alpha05' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha5' implementation 'com.google.android.material:material:1.1.0-alpha05' - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' } diff --git a/objectAnimator/app/build.gradle b/objectAnimator/app/build.gradle index c09d9ff..2e15c0d 100644 --- a/objectAnimator/app/build.gradle +++ b/objectAnimator/app/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support.constraint:constraint-layout:1.1.3' - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'