Merge pull request #9 from ouchadam/dependabot/gradle/io.mockk-mockk-1.12.3

Bump mockk from 1.12.2 to 1.12.3
This commit is contained in:
Adam Brown 2022-03-09 21:34:21 +00:00 committed by GitHub
commit 2e50c20a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,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.2'
dependencies.testImplementation 'io.mockk:mockk:1.12.3'
dependencies.testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0'
dependencies.testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'

View File

@ -7,6 +7,6 @@ dependencies {
implementation Dependencies.mavenCentral.kotlinCoroutinesCore
testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesCore
testFixturesImplementation Dependencies.mavenCentral.kluent
testFixturesImplementation 'io.mockk:mockk:1.12.2'
testFixturesImplementation 'io.mockk:mockk:1.12.3'
testFixturesImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0'
}