From 581cd483fc7a3f2f098ce5d0acc7a517f37fbbbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 23:16:03 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: androidx.test:core-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/vpnClient/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/vpnClient/build.gradle b/android/vpnClient/build.gradle index f86a7c52c..eddf6a2a3 100644 --- a/android/vpnClient/build.gradle +++ b/android/vpnClient/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation project(path: ':daemon') implementation project(path: ':qtglean') - testImplementation("androidx.test:core-ktx:1.6.0-alpha04") + testImplementation("androidx.test:core-ktx:1.6.0-beta01") testImplementation 'junit:junit:4.13.2' testImplementation project(path: ':vpnClient') testImplementation "org.robolectric:robolectric:4.11.1"