Skip to content

Commit

Permalink
Bump org.robolectric:robolectric from 4.11.1 to 4.12.2 in /android (#…
Browse files Browse the repository at this point in the history
…9586)

Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.11.1 to 4.12.2.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.11.1...robolectric-4.12.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 3, 2024
1 parent bd5837b commit 92cbadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/vpnClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
testImplementation("androidx.test:core-ktx:1.6.0-rc01")
testImplementation 'junit:junit:4.13.2'
testImplementation project(path: ':vpnClient')
testImplementation "org.robolectric:robolectric:4.11.1"
testImplementation "org.robolectric:robolectric:4.12.2"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.22"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.7.22"
androidTestImplementation 'com.android.support.test:runner:1.0.2'
Expand Down

0 comments on commit 92cbadf

Please sign in to comment.