Skip to content

Commit f4c0841

Browse files
chore(deps): Bump org.robolectric:robolectric from 4.13 to 4.14
Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.13 to 4.14. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](robolectric/robolectric@robolectric-4.13...robolectric-4.14) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70797f7 commit f4c0841

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exception/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ dependencies {
6666

6767
testImplementation 'junit:junit:4.13.2'
6868
testImplementation "io.mockk:mockk:1.13.12"
69-
testImplementation 'org.robolectric:robolectric:4.13'
69+
testImplementation 'org.robolectric:robolectric:4.14'
7070
}

markdown/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ dependencies {
8585
testImplementation 'androidx.arch.core:core-testing:2.2.0'
8686
testImplementation 'junit:junit:4.13.2'
8787
testImplementation "io.mockk:mockk:1.13.12"
88-
testImplementation 'org.robolectric:robolectric:4.13'
88+
testImplementation 'org.robolectric:robolectric:4.14'
8989
}

sso-glide/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ dependencies {
7070
testImplementation 'androidx.test:core:1.6.1'
7171
testImplementation "io.mockk:mockk:1.13.12"
7272
testImplementation 'junit:junit:4.13.2'
73-
testImplementation 'org.robolectric:robolectric:4.13'
73+
testImplementation 'org.robolectric:robolectric:4.14'
7474
}

0 commit comments

Comments
 (0)