Skip to content

Commit 64509f1

Browse files
chore(deps): Bump io.mockk:mockk from 1.13.13 to 1.13.14
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.13 to 1.13.14. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.13...1.13.14) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6622bf commit 64509f1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

exception/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ dependencies {
6565
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$version_kotlin"
6666

6767
testImplementation 'junit:junit:4.13.2'
68-
testImplementation 'io.mockk:mockk:1.13.13'
68+
testImplementation 'io.mockk:mockk:1.13.14'
6969
testImplementation 'org.robolectric:robolectric:4.14.1'
7070
}

markdown/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ dependencies {
8484
testImplementation 'androidx.test:core:1.6.1'
8585
testImplementation 'androidx.arch.core:core-testing:2.2.0'
8686
testImplementation 'junit:junit:4.13.2'
87-
testImplementation 'io.mockk:mockk:1.13.13'
87+
testImplementation 'io.mockk:mockk:1.13.14'
8888
testImplementation 'org.robolectric:robolectric:4.14.1'
8989
}

ocs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ dependencies {
6363
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
6464

6565
testImplementation 'androidx.test:core:1.6.1'
66-
testImplementation 'io.mockk:mockk:1.13.13'
66+
testImplementation 'io.mockk:mockk:1.13.14'
6767
testImplementation 'junit:junit:4.13.2'
6868
}

sso-glide/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
kapt 'com.github.bumptech.glide:compiler:4.16.0'
6969

7070
testImplementation 'androidx.test:core:1.6.1'
71-
testImplementation 'io.mockk:mockk:1.13.13'
71+
testImplementation 'io.mockk:mockk:1.13.14'
7272
testImplementation 'junit:junit:4.13.2'
7373
testImplementation 'org.robolectric:robolectric:4.14.1'
7474
}

sso-url-helper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ dependencies {
6262
implementation "com.github.nextcloud:Android-SingleSignOn:$version_sso"
6363

6464
testImplementation 'androidx.test:core:1.6.1'
65-
testImplementation 'io.mockk:mockk:1.13.13'
65+
testImplementation 'io.mockk:mockk:1.13.14'
6666
testImplementation 'junit:junit:4.13.2'
6767
}

0 commit comments

Comments
 (0)