Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit cd4994a

Browse files
authored
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
2 parents 50512e6 + 811faea commit cd4994a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

processor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation project(":annotation")
2222
implementation "com.google.dagger:hilt-core:$hilt_version"
2323

24-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.0"
24+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"
2525
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.7.0"
2626
testImplementation "com.github.tschuchortdev:kotlin-compile-testing:1.4.2"
2727
testRuntimeOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version")

0 commit comments

Comments
 (0)