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-05-03 15:57:11 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2023-05-03 16:35:02 +0300
commit31c414e7e36c3a13b6475fbd96a6c91425d27c89 (patch)
tree5a8f01445932a01abbdba0dbff003acd4a6c2da7 /reactive-livedata/build.gradle
parent11d2c676b9c5bce5b6f721fb04c61f9cfc32b1f6 (diff)
build(deps): Bump org.robolectric:robolectric from 4.10 to 4.10.1
Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.10 to 4.10.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.10...robolectric-4.10.1) --- 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>
Diffstat (limited to 'reactive-livedata/build.gradle')
-rw-r--r--reactive-livedata/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/reactive-livedata/build.gradle b/reactive-livedata/build.gradle
index 3862d1952..25544ce43 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.10'
+ testImplementation 'org.robolectric:robolectric:4.10.1'
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.arch.core:core-testing:2.1.0'
}