Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6960024

Browse files
authoredNov 15, 2024··
fix(deps): update dependency org.robolectric:robolectric to v4.14
1 parent 2cc604f commit 6960024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.re
5252
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
5353
junit-vintage-engine = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit" }
5454
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.11.3" }
55-
robolectric = "org.robolectric:robolectric:4.13"
55+
robolectric = "org.robolectric:robolectric:4.14"
5656
assertj-core = "org.assertj:assertj-core:3.26.3"
5757
awaitility = "org.awaitility:awaitility:4.2.2"
5858
mockwebserver = "com.google.mockwebserver:mockwebserver:20130706"

0 commit comments

Comments
 (0)
Please sign in to comment.