Bump junit-jupiter-api from 5.9.0 to 5.9.1

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-21 17:20:53 +00:00 committed by Adam Brown
parent 4f7a36abd7
commit b2ff6cba56
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ ext.kotlinTest = { dependencies ->
dependencies.testImplementation 'io.mockk:mockk:1.12.8' dependencies.testImplementation 'io.mockk:mockk:1.12.8'
dependencies.testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4' 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' dependencies.testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
} }