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

github.com/stefan-niedermann/nextcloud-deck.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-04-12 15:57:12 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2023-04-12 16:12:22 +0300
commit2b3069f35320a2c673b95d82498c08a514c35ce5 (patch)
tree2e8d798b74aa0bba219ae11de573aceff5fd4e1b
parentfb9057359b36f595fe8dd4f3e42127833b07a0e1 (diff)
build(deps): Bump org.robolectric:robolectric from 4.9.2 to 4.10
Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.9.2 to 4.10. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.9.2...robolectric-4.10) --- 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>
-rw-r--r--app/build.gradle2
-rw-r--r--reactive-livedata/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 4a9814107..54a58ed0f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -133,7 +133,7 @@ dependencies {
// Tests
testImplementation 'junit:junit:4.13.2'
- testImplementation 'org.robolectric:robolectric:4.9.2'
+ testImplementation 'org.robolectric:robolectric:4.10'
testImplementation 'org.mockito:mockito-core:5.2.0'
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
diff --git a/reactive-livedata/build.gradle b/reactive-livedata/build.gradle
index 671ccd8a6..3862d1952 100644
--- a/reactive-livedata/build.gradle
+++ b/reactive-livedata/build.gradle
@@ -22,7 +22,7 @@ dependencies {
implementation 'androidx.core:core:1.10.0'
testImplementation 'junit:junit:4.13.2'
- testImplementation 'org.robolectric:robolectric:4.9.2'
+ testImplementation 'org.robolectric:robolectric:4.10'
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.arch.core:core-testing:2.1.0'
}