Merge pull request #153 from ouchadam/dependabot/gradle/org.junit.jupiter-junit-jupiter-api-5.9.1
Bump junit-jupiter-api from 5.9.0 to 5.9.1
This commit is contained in:
commit
a737736117
|
@ -135,7 +135,7 @@ ext.kotlinTest = { dependencies ->
|
|||
dependencies.testImplementation 'io.mockk:mockk:1.12.8'
|
||||
dependencies.testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
|
||||
|
||||
dependencies.testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
|
||||
dependencies.testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
|
||||
dependencies.testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue