From f52cfb5d063812f6728fcfa6812292c08ac701ca Mon Sep 17 00:00:00 2001 From: "debricked-staging[bot]" <56912675+debricked-staging[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 12:13:17 +0000 Subject: [PATCH] Fix Cve 2020-10003 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8d42b5a..25fc21c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.0.0-beta01' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - testImplementation 'junit:junit:4.12' + implementation 'androidx.constraintlayout:constraintlayout:1.1.4' + testImplementation 'junit:junit:4.15' androidTestImplementation 'androidx.test:runner:1.1.0-alpha4' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4' }