Skip to content

Commit

Permalink
Merge pull request #295 from stefan-niedermann/dependabot/gradle/io.m…
Browse files Browse the repository at this point in the history
…ockk-mockk-1.13.12

chore(deps): Bump io.mockk:mockk from 1.13.11 to 1.13.12
  • Loading branch information
stefan-niedermann authored Sep 16, 2024
2 parents 75934a1 + 7da63bc commit 691c2a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion exception/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

testImplementation 'junit:junit:4.13.2'
testImplementation "io.mockk:mockk:1.13.11"
testImplementation "io.mockk:mockk:1.13.12"
testImplementation 'org.robolectric:robolectric:4.13'
}
2 changes: 1 addition & 1 deletion markdown/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ dependencies {
testImplementation 'androidx.test:core:1.6.1'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation "io.mockk:mockk:1.13.11"
testImplementation "io.mockk:mockk:1.13.12"
testImplementation 'org.robolectric:robolectric:4.13'
}
2 changes: 1 addition & 1 deletion ocs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.11.0'

testImplementation 'androidx.test:core:1.6.1'
testImplementation "io.mockk:mockk:1.13.11"
testImplementation "io.mockk:mockk:1.13.12"
testImplementation 'junit:junit:4.13.2'
}
2 changes: 1 addition & 1 deletion sso-glide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
kapt 'com.github.bumptech.glide:compiler:4.16.0'

testImplementation 'androidx.test:core:1.6.1'
testImplementation "io.mockk:mockk:1.13.11"
testImplementation "io.mockk:mockk:1.13.12"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.13'
}
2 changes: 1 addition & 1 deletion sso-url-helper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ dependencies {
api "com.github.nextcloud:Android-SingleSignOn:$sso_version"

testImplementation 'androidx.test:core:1.6.1'
testImplementation "io.mockk:mockk:1.13.11"
testImplementation "io.mockk:mockk:1.13.12"
testImplementation 'junit:junit:4.13.2'
}

0 comments on commit 691c2a0

Please sign in to comment.