From 8d0dce34f8c8e1c4a4ad28586236da1be19a3cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 20:04:50 +0000 Subject: [PATCH] Bump androidx.test:orchestrator from 1.5.1 to 1.6.1 Bumps androidx.test:orchestrator from 1.5.1 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.test:orchestrator dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 8ae75fc7a..bca7a9260 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -431,7 +431,7 @@ dependencies { androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") androidTestImplementation("com.squareup.okhttp3:okhttp-tls:4.12.0") androidTestImplementation("com.athaydes.rawhttp:rawhttp-core:2.6.0") - androidTestUtil("androidx.test:orchestrator:1.5.1") + androidTestUtil("androidx.test:orchestrator:1.6.1") testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") testImplementation("com.flextrade.jfixture:jfixture:2.7.2")