Bump junit-jupiter-engine from 5.8.2 to 5.9.2

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.2...r5.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-16 12:02:09 +00:00 committed by GitHub
parent cd4994ae4a
commit f88990659d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,8 @@ dependencies {
implementation project(":annotation") implementation project(":annotation")
implementation "com.google.dagger:hilt-core:$hilt_version" implementation "com.google.dagger:hilt-core:$hilt_version"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2"
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.7.0" testImplementation "org.junit.jupiter:junit-jupiter-engine:5.9.2"
testImplementation "com.github.tschuchortdev:kotlin-compile-testing:1.4.2" testImplementation "com.github.tschuchortdev:kotlin-compile-testing:1.4.2"
testRuntimeOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version") testRuntimeOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version")
testRuntimeOnly("org.jetbrains.kotlin:kotlin-annotation-processing-embeddable:$kotlin_version") testRuntimeOnly("org.jetbrains.kotlin:kotlin-annotation-processing-embeddable:$kotlin_version")