Skip to content

Commit 08cbb5f

Browse files
committed
deps: bump Robolectric to 4.16.1 (lint NewerVersionAvailable)
1 parent 6e0b08b commit 08cbb5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ dependencies {
111111
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0")
112112
// Robolectric is available for tests that must touch Android framework classes;
113113
// prefer extracting pure functions over using it (see Plan 007).
114-
testImplementation("org.robolectric:robolectric:4.16")
114+
testImplementation("org.robolectric:robolectric:4.16.1")
115115

116116
// Instrumented tests (androidTest) — Room migration verification on a real SQLite.
117117
// Runs on a device/emulator (see .depot/workflows/android-instrumented.yml), not the JVM.

0 commit comments

Comments
 (0)