From f8ceec23ccc790b1211e1ff7a55bb91761f2dc6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:25:22 +0000 Subject: [PATCH] Bump org.robolectric:robolectric from 4.12.2 to 4.14.1 in /android Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.12.2 to 4.14.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.12.2...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] --- android/vpnClient/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/vpnClient/build.gradle b/android/vpnClient/build.gradle index 3f466c23e..9fdd80e5d 100644 --- a/android/vpnClient/build.gradle +++ b/android/vpnClient/build.gradle @@ -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.12.2" + testImplementation "org.robolectric:robolectric:4.14.1" 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'