From 67445087b7ae409c9338acde241255a8597fc553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:56:00 +0000 Subject: [PATCH] Bump org.robolectric:robolectric from 4.16 to 4.16.1 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.16 to 4.16.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.16...robolectric-4.16.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-version: 4.16.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 60b1d353a..7101f2ab2 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -479,7 +479,7 @@ dependencies { testImplementation("com.squareup.okhttp3:mockwebserver:5.3.2") testImplementation("com.flextrade.jfixture:jfixture:2.7.2") testImplementation("com.shazam:shazamcrest:0.11") - testImplementation("org.robolectric:robolectric:4.16") + testImplementation("org.robolectric:robolectric:4.16.1") //we need it to test Parcelable implementation testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.3.0") testImplementation("junit:junit:4.13.2")