From 919f3dc7c5df94410e7d696a1ec3f7cae3e3c2d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 02:26:54 +0000 Subject: [PATCH] Bump org.robolectric:robolectric from 4.15.1 to 4.16.1 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.15.1 to 4.16.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.15.1...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-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b1457dd8eb..d795f3f357 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -208,7 +208,7 @@ play-review = "com.google.android.play:review-ktx:2.0.1" play-tagmanager = "com.google.android.gms:play-services-tagmanager:18.3.0" retrofit2 = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit2" } retrofit2-converters-scalars = { module = "com.squareup.retrofit2:converter-scalars", version.ref = "retrofit2" } -robolectric = "org.robolectric:robolectric:4.15.1" +robolectric = "org.robolectric:robolectric:4.16.1" rtlViewpager = "com.github.duolingo:rtl-viewpager:2.0.0" scarlet = { module = "com.tinder.scarlet:scarlet", version.ref = "scarlet" } scarlet-adapters-stream-coroutines = { module = "com.tinder.scarlet:stream-adapter-coroutines", version.ref = "scarlet" }