Merge pull request #69 from ouchadam/dependabot/gradle/io.mockk-mockk-1.12.5

Bump mockk from 1.12.4 to 1.12.5
This commit is contained in:
Adam Brown 2022-07-28 19:55:20 +01:00 committed by GitHub
commit 8360f27f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ ext.kotlinTest = { dependencies ->
dependencies.testImplementation Dependencies.mavenCentral.kluent
dependencies.testImplementation Dependencies.mavenCentral.kotlinTest
dependencies.testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.6.10"
dependencies.testImplementation 'io.mockk:mockk:1.12.4'
dependencies.testImplementation 'io.mockk:mockk:1.12.5'
dependencies.testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
dependencies.testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'

View File

@ -136,7 +136,7 @@ ext.Dependencies.with {
junit = "junit:junit:4.13.2"
kluent = "org.amshove.kluent:kluent:1.68"
mockk = 'io.mockk:mockk:1.12.4'
mockk = 'io.mockk:mockk:1.12.5'
matrixOlm = "org.matrix.android:olm-sdk:3.2.12"
}