diff --git a/processor/build.gradle b/processor/build.gradle index a0af0e6..d33dcf9 100644 --- a/processor/build.gradle +++ b/processor/build.gradle @@ -21,8 +21,8 @@ dependencies { implementation project(":annotation") implementation "com.google.dagger:hilt-core:$hilt_version" - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2" - testImplementation "org.junit.jupiter:junit-jupiter-engine:5.7.0" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2" + testImplementation "org.junit.jupiter:junit-jupiter-engine:5.9.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-annotation-processing-embeddable:$kotlin_version")