diff --git a/build.gradle b/build.gradle index e948ab0..fc56c84 100644 --- a/build.gradle +++ b/build.gradle @@ -36,9 +36,9 @@ dependencies { implementation gradleApi() implementation 'io.github.git-commit-id:git-commit-id-plugin-core:6.2.0' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3' + testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation gradleTestKit()