From 4d1e5d180948493e01799e60e31f2a6e382cb5f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:35:06 +0000 Subject: [PATCH] Bump androidx.test.espresso:espresso-core in /android Bumps androidx.test.espresso:espresso-core from 3.1.0 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/code-samples/ARBlackPanther/build.gradle | 2 +- android/code-samples/ARHelloWorldAndroid/build.gradle | 2 +- android/code-samples/ARPlacingObjects/build.gradle | 2 +- android/code-samples/ARRetail/build.gradle | 2 +- android/code-samples/ARTesla/build.gradle | 2 +- android/memoryleaktest/build.gradle | 2 +- android/releasetest/build.gradle | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/android/code-samples/ARBlackPanther/build.gradle b/android/code-samples/ARBlackPanther/build.gradle index f1f46ec57..5ebc5c492 100644 --- a/android/code-samples/ARBlackPanther/build.gradle +++ b/android/code-samples/ARBlackPanther/build.gradle @@ -34,7 +34,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.0.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' api project(':code-samples:gvr_common') diff --git a/android/code-samples/ARHelloWorldAndroid/build.gradle b/android/code-samples/ARHelloWorldAndroid/build.gradle index 35c82fa0a..50fb1d226 100644 --- a/android/code-samples/ARHelloWorldAndroid/build.gradle +++ b/android/code-samples/ARHelloWorldAndroid/build.gradle @@ -38,7 +38,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.0.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' api project(':code-samples:gvr_common') diff --git a/android/code-samples/ARPlacingObjects/build.gradle b/android/code-samples/ARPlacingObjects/build.gradle index 4e3143195..4c3ce2833 100644 --- a/android/code-samples/ARPlacingObjects/build.gradle +++ b/android/code-samples/ARPlacingObjects/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.0.0' implementation 'com.google.android.material:material:1.12.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' api project(':code-samples:gvr_common') diff --git a/android/code-samples/ARRetail/build.gradle b/android/code-samples/ARRetail/build.gradle index fc046d7fc..250458f25 100644 --- a/android/code-samples/ARRetail/build.gradle +++ b/android/code-samples/ARRetail/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.appcompat:appcompat:1.0.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' api project(':code-samples:gvr_common') diff --git a/android/code-samples/ARTesla/build.gradle b/android/code-samples/ARTesla/build.gradle index 6a4ac1bb3..469b61c2f 100644 --- a/android/code-samples/ARTesla/build.gradle +++ b/android/code-samples/ARTesla/build.gradle @@ -33,7 +33,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.0.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' api project(':code-samples:gvr_common') diff --git a/android/memoryleaktest/build.gradle b/android/memoryleaktest/build.gradle index 33424c2a5..0f16484ca 100644 --- a/android/memoryleaktest/build.gradle +++ b/android/memoryleaktest/build.gradle @@ -61,7 +61,7 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' implementation project(':virocore') implementation project(':libs:gvr') implementation 'com.google.ar:core:1.45.0' diff --git a/android/releasetest/build.gradle b/android/releasetest/build.gradle index 3afe92f6d..83c414e80 100644 --- a/android/releasetest/build.gradle +++ b/android/releasetest/build.gradle @@ -81,13 +81,13 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' implementation project(':virocore') implementation 'com.google.ar:core:1.45.0' implementation project(':libs:gvr') implementation "androidx.appcompat:appcompat:1.0.0" // testing dependencies - androidTestImplementation "androidx.test.espresso:espresso-core:3.1.0" + androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" androidTestImplementation 'androidx.test:rules:1.5.0' androidTestImplementation "androidx.test:runner:1.4.0"