File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ dependencies {
1111 testImplementation ' org.mockito:mockito-junit-jupiter:5.2.0'
1212 testImplementation ' org.hamcrest:hamcrest-all:1.3'
1313 testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.0.2'
14- testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.4"
15- testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.10.4"
14+ testImplementation " org.junit.jupiter:junit-jupiter-api:5.13.4"
15+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.13.4"
16+ testRuntimeOnly " org.junit.platform:junit-platform-launcher:1.13.4"
1617}
1718
1819publishing {
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ dependencies {
55 testImplementation ' org.mockito:mockito-junit-jupiter:5.2.0'
66 testImplementation ' org.hamcrest:hamcrest-all:1.3'
77 testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.0.2'
8- testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.4"
9- testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.10.4"
8+ testImplementation " org.junit.jupiter:junit-jupiter-api:5.13.4"
9+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.13.4"
10+ testRuntimeOnly " org.junit.platform:junit-platform-launcher:1.13.4"
1011}
1112
1213publishing {
You can’t perform that action at this time.
0 commit comments