Bump mockk from 1.12.5 to 1.12.7
Bumps [mockk](https://github.com/mockk/mockk) from 1.12.5 to 1.12.7. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.5...1.12.7) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
702ef5d5cd
commit
d55ed2da1d
|
@ -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.5'
|
||||
dependencies.testImplementation 'io.mockk:mockk:1.12.7'
|
||||
dependencies.testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
|
||||
|
||||
dependencies.testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
|
||||
|
@ -140,7 +140,7 @@ ext.kotlinTest = { dependencies ->
|
|||
}
|
||||
|
||||
ext.kotlinFixtures = { dependencies ->
|
||||
dependencies.testFixturesImplementation 'io.mockk:mockk:1.12.4'
|
||||
dependencies.testFixturesImplementation 'io.mockk:mockk:1.12.7'
|
||||
dependencies.testFixturesImplementation Dependencies.mavenCentral.kluent
|
||||
dependencies.testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesCore
|
||||
}
|
||||
|
|
|
@ -143,7 +143,7 @@ ext.Dependencies.with {
|
|||
|
||||
junit = "junit:junit:4.13.2"
|
||||
kluent = "org.amshove.kluent:kluent:1.68"
|
||||
mockk = 'io.mockk:mockk:1.12.5'
|
||||
mockk = 'io.mockk:mockk:1.12.7'
|
||||
|
||||
matrixOlm = "org.matrix.android:olm-sdk:3.2.12"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue