Skip to content

Commit 592c97d

Browse files
⬆ Update dependency org.robolectric:robolectric to v4.15.1
1 parent 52d944b commit 592c97d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotest-extensions-android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ configurations {
5050
dependencies {
5151
implementation(kotlin("reflect"))
5252
implementation("io.kotest:kotest-framework-engine:6.0.0.M6")
53-
implementation("org.robolectric:robolectric:4.12.2")
53+
implementation("org.robolectric:robolectric:4.15.1")
5454
implementation("junit:junit:4.13.2")
5555
implementation("androidx.appcompat:appcompat:1.7.0")
5656

kotest-extensions-android/kotest-extensions-android-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
implementation("androidx.test:core-ktx:1.5.0")
4949
testImplementation(project(":kotest-extensions-android"))
5050
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
51-
testImplementation("org.robolectric:robolectric:4.12.2")
51+
testImplementation("org.robolectric:robolectric:4.15.1")
5252
testImplementation("androidx.test.espresso:espresso-core:3.6.1")
5353
testImplementation("org.junit.vintage:junit-vintage-engine:5.11.3")
5454
androidTestImplementation("androidx.test:runner:1.5.2")

0 commit comments

Comments
 (0)