Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-18 11:14:28 +0300
committerGitHub <noreply@github.com>2023-05-18 11:14:28 +0300
commit60b7a645a924a9d97e4bef0c554439af586eeb65 (patch)
tree7da7ea3730381a8aad723cd137b01dfae28657a1
parent0f3100bd0a4f06cf0283f82e8e883fecb15731eb (diff)
build(deps): Bump org.robolectric:robolectric from 4.10.2 to 4.10.3
Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.10.2 to 4.10.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.10.2...robolectric-4.10.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index bdbffa5a..60d2d69e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -121,7 +121,7 @@ dependencies {
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.3.1'
- testImplementation 'org.robolectric:robolectric:4.10.2'
+ testImplementation 'org.robolectric:robolectric:4.10.3'
implementation fileTree(dir: 'libs', include: ['*.jar'])
}