File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ kotlin {
9292 val jvmTest by getting {
9393 dependencies {
9494 implementation(kotlin(" test-junit5" ))
95- implementation(" org.junit.jupiter:junit-jupiter-engine:5.13.4 " )
95+ implementation(" org.junit.jupiter:junit-jupiter-engine:6.0.0 " )
9696 }
9797 }
9898 all {
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ kotlin {
5757 val jvmTest by getting {
5858 dependencies {
5959 implementation(kotlin(" test-junit5" ))
60- implementation(" org.junit.jupiter:junit-jupiter-engine:5.13.4 " )
60+ implementation(" org.junit.jupiter:junit-jupiter-engine:6.0.0 " )
6161 }
6262 }
6363
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ kotlin {
5858 val jvmTest by getting {
5959 dependencies {
6060 implementation(kotlin(" test-junit5" ))
61- implementation(" org.junit.jupiter:junit-jupiter-engine:5.13.4 " )
61+ implementation(" org.junit.jupiter:junit-jupiter-engine:6.0.0 " )
6262 }
6363 }
6464
You can’t perform that action at this time.
0 commit comments