Skip to content

Commit

Permalink
Bump robolectric from 4.9.1 to 4.9.2 (#427)
Browse files Browse the repository at this point in the history
Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.9.1...robolectric-4.9.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 28, 2022
1 parent 425f74b commit a1f7107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion splunk-otel-android-volley/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("org.robolectric:robolectric:4.9.1")
testImplementation("org.robolectric:robolectric:4.9.2")
testImplementation("org.mockito:mockito-core:4.10.0")
testImplementation("androidx.test:core:1.5.0")
testImplementation("com.google.mockwebserver:mockwebserver:20130706")
Expand Down
2 changes: 1 addition & 1 deletion splunk-otel-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-engine")
testImplementation("org.junit.vintage:junit-vintage-engine")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("org.robolectric:robolectric:4.9.1")
testImplementation("org.robolectric:robolectric:4.9.2")
testImplementation("androidx.test:core:1.5.0")
testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("org.awaitility:awaitility:4.2.0")
Expand Down

0 comments on commit a1f7107

Please sign in to comment.