Merge pull request #68 from ouchadam/dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.9.0

Bump junit-jupiter-engine from 5.8.2 to 5.9.0
This commit is contained in:
Adam Brown 2022-07-28 19:50:48 +01:00 committed by GitHub
commit a5ef71fc1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ ext.kotlinTest = { dependencies ->
dependencies.testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
dependencies.testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
dependencies.testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
dependencies.testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
}
ext.kotlinFixtures = { dependencies ->