Merge pull request #18 from fknives/dependabot/gradle/develop/org.junit.jupiter-junit-jupiter-engine-5.8.2
Bump junit-jupiter-engine from 5.7.0 to 5.8.2
This commit is contained in:
commit
cd4994ae4a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ 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.7.0"
|
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"
|
||||||
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.7.0"
|
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.7.0"
|
||||||
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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue