diff --git a/base/build.gradle b/base/build.gradle index 3bd808d..4cbcd47 100644 --- a/base/build.gradle +++ b/base/build.gradle @@ -21,8 +21,8 @@ dependencies { // JUnit testImplementation platform('org.junit:junit-bom:5.' + project.dependencyJUnit) - testImplementation 'org.junit.jupiter:junit-jupiter:5.' + project.dependencyJUnit - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.' + project.dependencyJUnit + testImplementation 'org.junit.jupiter:junit-jupiter' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher' // jOOR testImplementation 'org.jooq:joor:' + project.dependencyjOOR