From 94b96711b7058c5ec404c8a8a4b9c7d25261e60b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 02:03:53 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test:core to v1.7.0 --- app/build.gradle | 2 +- build-logic/build.gradle | 2 +- java-completion/build.gradle | 2 +- layout-preview/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d818a8330..a7b6623e5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -174,7 +174,7 @@ dependencies { testImplementation "com.google.truth:truth:1.4.4" testImplementation 'org.mockito:mockito-core:5.13.0' testImplementation "org.robolectric:robolectric:4.13" - debugImplementation 'androidx.test:core:1.4.0' + debugImplementation 'androidx.test:core:1.7.0' debugImplementation 'androidx.fragment:fragment-testing:1.8.8' androidTestImplementation 'com.google.truth:truth:1.4.4' diff --git a/build-logic/build.gradle b/build-logic/build.gradle index bdc009d8c..d0702d222 100644 --- a/build-logic/build.gradle +++ b/build-logic/build.gradle @@ -10,7 +10,7 @@ dependencies { api 'com.android.tools:sdklib:25.3.0' implementation project(path: ':common') implementation project(path: ':apksigner') - implementation 'androidx.test:core:1.4.0' + implementation 'androidx.test:core:1.7.0' // required so internal classes would be included api project(path: ':jaxp') diff --git a/java-completion/build.gradle b/java-completion/build.gradle index 66d9b3a6e..bdf310247 100644 --- a/java-completion/build.gradle +++ b/java-completion/build.gradle @@ -50,7 +50,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation "com.google.truth:truth:1.4.4" testImplementation "org.robolectric:robolectric:4.13" - testImplementation 'androidx.test:core:1.4.0' + testImplementation 'androidx.test:core:1.7.0' testImplementation project(path: ':javac') androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' diff --git a/layout-preview/build.gradle b/layout-preview/build.gradle index b91236640..dad643c47 100644 --- a/layout-preview/build.gradle +++ b/layout-preview/build.gradle @@ -48,7 +48,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation "com.google.truth:truth:1.4.4" testImplementation "org.robolectric:robolectric:4.13" - testImplementation('androidx.test:core:1.4.0') + testImplementation('androidx.test:core:1.7.0') androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'