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-cc-en_GB-robstoll:0.15.0" )
23- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.7.2 " )
24- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.7.2 " )
23+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.14.1 " )
24+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.14.1 " )
2525
2626 constraints {
2727 testImplementation(kotlin(" reflect" , KotlinVersion .CURRENT .toString()))
2828 }
2929
30- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.12 .1" )
31- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.7.2 " )
30+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.14 .1" )
31+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.14.1 " )
3232}
3333
3434val compilationTargetJavaVersion = JavaLanguageVersion .of(8 )
You can’t perform that action at this time.
0 commit comments