File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ repositories {
2020
2121dependencies {
2222 testImplementation(" ch.tutteli.atrium:atrium-fluent:1.2.0" )
23- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.14 .1" )
24- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.14 .1" )
23+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0 .1" )
24+ testImplementation(" org.junit.jupiter:junit-jupiter-params:6.0 .1" )
2525
2626 constraints {
2727 testImplementation(kotlin(" reflect" , KotlinVersion .CURRENT .toString()))
2828 }
2929
30- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.14 .1" )
31- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.14 .1" )
30+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.0 .1" )
31+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0 .1" )
3232}
3333
3434val compilationTargetJavaVersion = JavaLanguageVersion .of(11 )
You can’t perform that action at this time.
0 commit comments