Skip to content

Commit

Permalink
build(deps): bump org.robolectric:robolectric from 4.10.3 to 4.11
Browse files Browse the repository at this point in the history
Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.10.3 to 4.11.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.10.3...robolectric-4.11)

---
updated-dependencies:
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and stefan-niedermann committed Oct 30, 2023
1 parent f93c467 commit f86963c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exception/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
testImplementation "io.mockk:mockk:1.13.7"
testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation 'org.robolectric:robolectric:4.11'
}
2 changes: 1 addition & 1 deletion markdown/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ dependencies {
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation "io.mockk:mockk:1.13.7"
testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation 'org.robolectric:robolectric:4.11'
}
2 changes: 1 addition & 1 deletion sso-glide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ dependencies {
testImplementation 'androidx.test:core:1.5.0'
testImplementation "io.mockk:mockk:1.13.7"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation 'org.robolectric:robolectric:4.11'
}

0 comments on commit f86963c

Please sign in to comment.