Skip to content

Commit 40aae93

Browse files
Update dependency org.robolectric:robolectric to v4.16.1 (#441)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ccce72 commit 40aae93

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ dependencies {
122122
testImplementation("androidx.navigation:navigation-testing:2.9.6")
123123

124124
// Robolectric
125-
testImplementation("org.robolectric:robolectric:4.16") {
125+
testImplementation("org.robolectric:robolectric:4.16.1") {
126126
exclude(module = "classworlds")
127127
exclude(module = "commons-logging")
128128
exclude(module = "httpclient")

curiosity/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383

8484
debugImplementation("androidx.compose.ui:ui-test-manifest:1.10.1")
8585
testImplementation("androidx.compose.ui:ui-test-junit4:1.10.1")
86-
testImplementation("org.robolectric:robolectric:4.16") {
86+
testImplementation("org.robolectric:robolectric:4.16.1") {
8787
exclude(module = "classworlds")
8888
exclude(module = "commons-logging")
8989
exclude(module = "httpclient")

navigation/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies {
8484
testImplementation("androidx.compose.ui:ui-test-junit4:1.10.1")
8585
testImplementation("androidx.navigation:navigation-testing:2.9.6")
8686

87-
testImplementation("org.robolectric:robolectric:4.16") {
87+
testImplementation("org.robolectric:robolectric:4.16.1") {
8888
exclude(module = "classworlds")
8989
exclude(module = "commons-logging")
9090
exclude(module = "httpclient")

settings/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383

8484
debugImplementation("androidx.compose.ui:ui-test-manifest:1.10.1")
8585
testImplementation("androidx.compose.ui:ui-test-junit4:1.10.1")
86-
testImplementation("org.robolectric:robolectric:4.16") {
86+
testImplementation("org.robolectric:robolectric:4.16.1") {
8787
exclude(module = "classworlds")
8888
exclude(module = "commons-logging")
8989
exclude(module = "httpclient")

test-compose-utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
implementation("junit:junit:4.13.2")
5959

6060
// Robolectric
61-
implementation("org.robolectric:robolectric:4.16") {
61+
implementation("org.robolectric:robolectric:4.16.1") {
6262
exclude(module = "classworlds")
6363
exclude(module = "commons-logging")
6464
exclude(module = "httpclient")

0 commit comments

Comments
 (0)