From 6be5f935c4e67b618df96d037b0765338342ea6b Mon Sep 17 00:00:00 2001 From: "whitesource-for-github-com[bot]" Date: Mon, 2 May 2022 14:05:34 +0000 Subject: [PATCH] Update dependency com.jayway.android.robotium:robotium-solo to v5.6.3 --- src/MobileShepherd/CSInjection/app/build.gradle | 2 +- src/MobileShepherd/PoorAuthentication/app/build.gradle | 2 +- src/MobileShepherd/PoorAuthentication2/app/build.gradle | 2 +- src/MobileShepherd/UDataLeakage/app/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/MobileShepherd/CSInjection/app/build.gradle b/src/MobileShepherd/CSInjection/app/build.gradle index 92b378d6d..657eb0b06 100644 --- a/src/MobileShepherd/CSInjection/app/build.gradle +++ b/src/MobileShepherd/CSInjection/app/build.gradle @@ -22,7 +22,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.2.1' + androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.6.3' compile 'com.android.support:appcompat-v7:21.0.3' compile files('libs/sqlcipher-javadoc.jar') diff --git a/src/MobileShepherd/PoorAuthentication/app/build.gradle b/src/MobileShepherd/PoorAuthentication/app/build.gradle index 467174d6c..719ae188b 100644 --- a/src/MobileShepherd/PoorAuthentication/app/build.gradle +++ b/src/MobileShepherd/PoorAuthentication/app/build.gradle @@ -20,7 +20,7 @@ android { } dependencies { - androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.2.1' + androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.6.3' compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:21.0.3' } diff --git a/src/MobileShepherd/PoorAuthentication2/app/build.gradle b/src/MobileShepherd/PoorAuthentication2/app/build.gradle index 14eb4bf41..72f2278f5 100644 --- a/src/MobileShepherd/PoorAuthentication2/app/build.gradle +++ b/src/MobileShepherd/PoorAuthentication2/app/build.gradle @@ -21,7 +21,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.2.1' + androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.6.3' compile 'com.android.support:appcompat-v7:21.0.3' compile files('libs/sqlcipher-javadoc.jar') diff --git a/src/MobileShepherd/UDataLeakage/app/build.gradle b/src/MobileShepherd/UDataLeakage/app/build.gradle index c79ca9ff1..68cdc64c1 100644 --- a/src/MobileShepherd/UDataLeakage/app/build.gradle +++ b/src/MobileShepherd/UDataLeakage/app/build.gradle @@ -20,7 +20,7 @@ android { } dependencies { - androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.2.1' + androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.6.3' compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:21.0.3' }