File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11ext {
22 junitVersion = ' 6.0.0'
3- junitPlatformVersion = ' 6.0.0'
43}
54
65dependencies {
@@ -9,8 +8,8 @@ dependencies {
98 implementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.27.6'
109 testImplementation " org.junit.jupiter:junit-jupiter-api:$junitVersion "
1110 testImplementation " org.junit.jupiter:junit-jupiter-engine:$junitVersion "
12- testImplementation " org.junit.platform:junit-platform-engine:$j unitPlatformVersion "
13- testImplementation " org.junit.platform:junit-platform-launcher:$j unitPlatformVersion "
11+ testImplementation " org.junit.platform:junit-platform-engine:$j unitVersion "
12+ testImplementation " org.junit.platform:junit-platform-launcher:$j unitVersion "
1413}
1514
1615repositories {
You can’t perform that action at this time.
0 commit comments