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 {
11
11
testImplementation ' org.mockito:mockito-junit-jupiter:5.2.0'
12
12
testImplementation ' org.hamcrest:hamcrest-all:1.3'
13
13
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"
16
17
}
17
18
18
19
publishing {
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ dependencies {
5
5
testImplementation ' org.mockito:mockito-junit-jupiter:5.2.0'
6
6
testImplementation ' org.hamcrest:hamcrest-all:1.3'
7
7
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"
10
11
}
11
12
12
13
publishing {
You can’t perform that action at this time.
0 commit comments