Skip to content

Commit

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

---
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 Nov 21, 2024
1 parent 70797f7 commit 8954550
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 @@ -66,5 +66,5 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
testImplementation "io.mockk:mockk:1.13.12"
testImplementation 'org.robolectric:robolectric:4.13'
testImplementation 'org.robolectric:robolectric:4.14.1'
}
2 changes: 1 addition & 1 deletion markdown/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ dependencies {
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation "io.mockk:mockk:1.13.12"
testImplementation 'org.robolectric:robolectric:4.13'
testImplementation 'org.robolectric:robolectric:4.14.1'
}
2 changes: 1 addition & 1 deletion sso-glide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ dependencies {
testImplementation 'androidx.test:core:1.6.1'
testImplementation "io.mockk:mockk:1.13.12"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.13'
testImplementation 'org.robolectric:robolectric:4.14.1'
}

0 comments on commit 8954550

Please sign in to comment.