File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ repositories {
2222
2323dependencies {
2424 testImplementation(" ch.tutteli.atrium:atrium-fluent:1.2.0" )
25- testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.1 " )
26- testImplementation(" org.junit.jupiter:junit-jupiter-params:6.0.1 " )
25+ testImplementation(" org.junit.jupiter:junit-jupiter-api:6.0.2 " )
26+ testImplementation(" org.junit.jupiter:junit-jupiter-params:6.0.2 " )
2727
2828 constraints {
2929 testImplementation(kotlin(" reflect" , KotlinVersion .CURRENT .toString()))
3030 }
3131
32- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.0.1 " )
33- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.1 " )
32+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:6.0.2 " )
33+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:6.0.2 " )
3434}
3535
3636val compilationTargetJavaVersion = JavaLanguageVersion .of(17 )
You can’t perform that action at this time.
0 commit comments